Quellcode durchsuchen

Get gethostname prototype

Samuel Thibault vor 12 Jahren
Ursprung
Commit
5a97bc0168
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/common/utils.c

+ 1 - 0
src/common/utils.c

@@ -20,6 +20,7 @@
 #include <common/utils.h>
 #include <libgen.h>
 #include <errno.h>
+#include <unistd.h>
 
 #ifdef __MINGW32__
 #include <io.h>