diff options
Diffstat (limited to 'src/list.h')
-rw-r--r-- | src/list.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/list.h b/src/list.h index 8a38ba4fe..4ae32160a 100644 --- a/src/list.h +++ b/src/list.h @@ -20,6 +20,8 @@ #ifndef LIST_H #define LIST_H +#include "../config.h" + #include <stdlib.h> /* used to make a list where free() will be used to free data in list */ |