From c467b46736f93843ad86b95944bf13ade0647643 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Fri, 21 May 2004 02:53:33 +0000 Subject: [PATCH] #include string.h (for strtok prototype). --- 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 c2bc13c36d..9dbd9c9265 100644 --- a/src/xpdev/str_list.c +++ b/src/xpdev/str_list.c @@ -36,6 +36,7 @@ ****************************************************************************/ #include <stdlib.h> /* malloc and qsort */ +#include <string.h> /* strtok */ #include "genwrap.h" /* stricmp */ #include "str_list.h" -- GitLab