Code

types_list.c: add header for prototypes
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 29 Feb 2016 22:32:51 +0000 (23:32 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 29 Feb 2016 22:32:51 +0000 (23:32 +0100)
src/types_list.c

index 887b43d87c420d76a823a64452fe788893ff1bd1..41bb4033f39a9f63fde420e5142361e8b0d5ebe2 100644 (file)
@@ -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)
 {