aboutsummaryrefslogtreecommitdiffstats
path: root/src/sllist.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/sllist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sllist.c b/src/sllist.c
index 0f4529fd3..b5239dc2a 100644
--- a/src/sllist.c
+++ b/src/sllist.c
@@ -21,6 +21,8 @@
#include "sllist.h"
#include "utils.h"
+#include <string.h>
+
static void init_strnode(struct strnode *x, char *s)
{
x->data = s;