From 5321d69f67ad156531abe32d04745d99400b4af0 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Mon, 29 Feb 2016 23:32:51 +0100 Subject: [PATCH] types_list.c: add header for prototypes --- src/types_list.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types_list.c b/src/types_list.c index 887b43d8..41bb4033 100644 --- a/src/types_list.c +++ b/src/types_list.c @@ -24,6 +24,7 @@ #include "plugin.h" #include "configfile.h" +#include "types_list.h" static int parse_ds (data_source_t *dsrc, char *buf, size_t buf_len) { -- 2.11.0