aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/strequal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/strequal.c b/lib/strequal.c
index 87dbc5d86..cf3db959e 100644
--- a/lib/strequal.c
+++ b/lib/strequal.c
@@ -38,6 +38,8 @@
* ------------------------------------------------------------
****************************************************************************/
+#include <string.h>
+
#include "setup.h"
int strequal(const char *first, const char *second)