Andy Cedilnik 22 лет назад
Родитель
Сommit
96d04f05d9
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      Source/CTest/Curl/multi.c

+ 3 - 0
Source/CTest/Curl/multi.c

@@ -30,6 +30,9 @@
 #include "transfer.h"
 #include "url.h"
 #include "connect.h"
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
 
 /* The last #include file should be: */
 #ifdef MALLOCDEBUG