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

Added #include <string.h>

parent 94ec5ff4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,8 @@
 * ------------------------------------------------------------
 ****************************************************************************/

#include <string.h>

#include "setup.h"

int strequal(const char *first, const char *second)