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

#include <string.h> removed a warning

parent 071c7de9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
#include "setup.h"

#include <stdio.h>
#include <string.h>
#if defined(__MINGW32__)
#include <winsock.h>
#endif