11 lines
265 B
C
11 lines
265 B
C
--- src/skill_set_entry.c 2009-04-27 10:57:56.000000000 -0500
|
|
+++ src/skill_set_entry.c 2009-04-27 10:58:23.000000000 -0500
|
|
@@ -27,6 +27,8 @@
|
|
#include <config.h>
|
|
#ifdef HAVE_MALLOC_H
|
|
#include <malloc.h>
|
|
+#else
|
|
+#include <stdlib.h>
|
|
#endif
|
|
#include <string.h>
|
|
|