aboutsummaryrefslogtreecommitdiffstats
path: root/src/sllist.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/sllist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sllist.c b/src/sllist.c
index 00408a3cd..7df4aedab 100644
--- a/src/sllist.c
+++ b/src/sllist.c
@@ -18,7 +18,7 @@
/* a very simple singly-linked-list structure for queues/buffers */
-#include <string.h>
+#include "os_compat.h"
#include "sllist.h"
#include "utils.h"