diff options
Diffstat (limited to '')
-rw-r--r-- | src/sllist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sllist.h b/src/sllist.h index e8cb8805d..5f9704a6a 100644 --- a/src/sllist.h +++ b/src/sllist.h @@ -21,7 +21,7 @@ #ifndef SLLIST_H #define SLLIST_H -#include "os_compat.h" +#include <stddef.h> /* just free the entire structure if it's free-able, the 'data' member * should _NEVER_ be explicitly freed |