1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Ralph Mitchell's minor #include patch to prevent some warnings

This commit is contained in:
Daniel Stenberg 2002-03-06 09:40:06 +00:00
parent d89dbe5bd6
commit ad3cef0fc8

View File

@ -5,6 +5,7 @@
#include <string.h>
#include <unistd.h>
#include <signal.h>
#include <time.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/wait.h>