Added #include <string.h>

This commit is contained in:
Daniel Stenberg 2000-06-14 17:23:51 +00:00
parent 94ec5ff44a
commit ce7e3586da
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@
* ------------------------------------------------------------
****************************************************************************/
#include <string.h>
#include "setup.h"
int strequal(const char *first, const char *second)