include unistd.h if present to prevent compiler warnings on close()

This commit is contained in:
Daniel Stenberg 2000-12-19 13:35:23 +00:00
Родитель 1c8121a89e
Коммит 3d8bb1c27a
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -58,6 +58,10 @@
#include <string.h>
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
/* DONT include memdebug.h here! */
/*