include unistd.h as well for the close() proto on some platforms (like Tru64)
This commit is contained in:
Родитель
a85fa66cc8
Коммит
62b7c08bb3
|
@ -49,6 +49,9 @@
|
|||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h> /* required for free() prototypes */
|
||||
#endif
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h> /* for the close() proto */
|
||||
#endif
|
||||
#ifdef VMS
|
||||
#include <in.h>
|
||||
#include <inet.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче