@@ -1,7 +1,10 @@ #include -#include + +#ifdef HAVE_STDLIB_H +# include +#endif typedef struct kitdll_data *(cmd_getData_t)(const char *, unsigned long); typedef unsigned long (cmd_getChildren_t)(const char *, unsigned long *, unsigned long); /* Your implementation must provide these */