From 7a737f015c1dab6d089e62901a73f718ca701324 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Wed, 19 May 2004 21:34:51 +0000 Subject: [PATCH] #include's genwrap.h for stricmp() definition on Unix. --- src/xpdev/str_list.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xpdev/str_list.c b/src/xpdev/str_list.c index 208ac9b25f..87ab14db8d 100644 --- a/src/xpdev/str_list.c +++ b/src/xpdev/str_list.c @@ -36,6 +36,7 @@ ****************************************************************************/ #include <stdlib.h> /* malloc and qsort */ +#include "genwrap.h" /* stricmp */ #include "str_list.h" str_list_t strListAlloc() -- GitLab