mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
include unistd.h as well for the close() proto on some platforms (like Tru64)
This commit is contained in:
parent
a85fa66cc8
commit
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>
|
||||
|
Loading…
Reference in New Issue
Block a user