aboutsummaryrefslogtreecommitdiff
path: root/src/librc/librc-stringlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/librc/librc-stringlist.c')
-rw-r--r--src/librc/librc-stringlist.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/librc/librc-stringlist.c b/src/librc/librc-stringlist.c
index ee352c5f..7fa7bd4d 100644
--- a/src/librc/librc-stringlist.c
+++ b/src/librc/librc-stringlist.c
@@ -15,8 +15,14 @@
* except according to the terms contained in the LICENSE file.
*/
+#include <errno.h>
+#include <stdbool.h>
+#include <stdlib.h>
+#include <string.h>
+
#include "queue.h"
#include "librc.h"
+#include "helpers.h"
RC_STRINGLIST *
rc_stringlist_new(void)