Skip to content
Snippets Groups Projects
Commit 3d8bb1c2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 1c8121a8
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,10 @@
#include <string.h>
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
/* DONT include memdebug.h here! */
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment