include unistd.h if present to prevent compiler warnings on close()
This commit is contained in:
Родитель
1c8121a89e
Коммит
3d8bb1c27a
|
@ -58,6 +58,10 @@
|
|||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
/* DONT include memdebug.h here! */
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче