diff options
Diffstat (limited to 'src/list.h')
-rw-r--r-- | src/list.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/list.h b/src/list.h index 35451ec24..2c4d423ee 100644 --- a/src/list.h +++ b/src/list.h @@ -20,8 +20,7 @@ #define LIST_H #include "../config.h" - -#include <stdlib.h> +#include "os_compat.h" /* used to make a list where free() will be used to free data in list */ #define DEFAULT_FREE_DATA_FUNC free |