#include <string.h> removed a warning

This commit is contained in:
Daniel Stenberg 2001-03-09 15:14:51 +00:00
parent 071c7de9fe
commit beb8761b22
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "setup.h"
#include <stdio.h>
#include <string.h>
#if defined(__MINGW32__)
#include <winsock.h>
#endif