diff options
Diffstat (limited to 'lib/strequal.c')
-rw-r--r-- | lib/strequal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/strequal.c b/lib/strequal.c index d69e536bd..4aec362b3 100644 --- a/lib/strequal.c +++ b/lib/strequal.c @@ -38,10 +38,10 @@ * ------------------------------------------------------------ ****************************************************************************/ -#include <string.h> - #include "setup.h" +#include <string.h> + int strequal(const char *first, const char *second) { #if defined(HAVE_STRCASECMP) |