1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 07:39:50 -04:00

Added #include <string.h>

This commit is contained in:
Daniel Stenberg 2000-06-14 17:23:51 +00:00
parent 94ec5ff44a
commit ce7e3586da

View File

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