From: Ruben Kerkhof Date: Mon, 29 Feb 2016 22:32:51 +0000 (+0100) Subject: types_list.c: add header for prototypes X-Git-Tag: collectd-5.5.2~6^2~32^2~5 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=5321d69f67ad156531abe32d04745d99400b4af0 types_list.c: add header for prototypes --- 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) {