Skip to content
Snippets Groups Projects
Commit 7a737f01 authored by rswindell's avatar rswindell
Browse files

#include's genwrap.h for stricmp() definition on Unix.

parent 4b2c80c2
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@
****************************************************************************/
#include <stdlib.h> /* malloc and qsort */
#include "genwrap.h" /* stricmp */
#include "str_list.h"
str_list_t strListAlloc()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment