Commit 981f9ad7 authored by Guillaume Quintard's avatar Guillaume Quintard Committed by Dridi Boukelmoune

Include headers to compile on musl

parent 4a4dd051
......@@ -35,6 +35,7 @@
#include <unistd.h>
#include <sys/socket.h>
#include <sys/time.h> /* for MUSL */
#include "vtc.h"
#include "vtcp.h"
......
......@@ -40,6 +40,7 @@
#include <errno.h>
#include <string.h>
#include <signal.h>
#include <sys/stat.h> /* for MUSL */
#include "compat/daemon.h"
#include "vdef.h"
......
......@@ -33,6 +33,7 @@
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h> /* for MUSL */
#include "vdef.h"
#include "vas.h"
......
......@@ -33,6 +33,7 @@
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h> /* for MUSL */
#include "vdef.h"
#include "vas.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment