aboutsummaryrefslogtreecommitdiffstats
path: root/src/sllist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sllist.h')
-rw-r--r--src/sllist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sllist.h b/src/sllist.h
index 39860a59f..ba7d8ea95 100644
--- a/src/sllist.h
+++ b/src/sllist.h
@@ -21,6 +21,8 @@
#ifndef SLLIST_H
#define SLLIST_H
+#include "os_compat.h"
+
/* just free the entire structure if it's free-able, the 'data' member
* should _NEVER_ be explicitly freed
*