mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
include unistd.h if present to prevent compiler warnings on close()
This commit is contained in:
parent
1c8121a89e
commit
3d8bb1c27a
@ -58,6 +58,10 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
/* DONT include memdebug.h here! */
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user