]> granicus.if.org Git - curl/commitdiff
#include <string.h> removed a warning
authorDaniel Stenberg <daniel@haxx.se>
Fri, 9 Mar 2001 15:14:51 +0000 (15:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 Mar 2001 15:14:51 +0000 (15:14 +0000)
lib/speedcheck.c

index 17e9d90d7caa27369c860b4f514c4803283949e2..3112d2575957d2652cbe88aa923b36f74c0748a9 100644 (file)
@@ -24,6 +24,7 @@
 #include "setup.h"
 
 #include <stdio.h>
+#include <string.h>
 #if defined(__MINGW32__)
 #include <winsock.h>
 #endif