diff --git a/src/xpdev/str_list.c b/src/xpdev/str_list.c
index 208ac9b25f64c8f9500abf57821ae22af6ad7f73..87ab14db8d1302e50ececb88a554d5acd23e2fda 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()