Commit ad3cef0f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent d89dbe5b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>