projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
808f549
)
types_list.c: add header for prototypes
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Mon, 29 Feb 2016 22:32:51 +0000
(23:32 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Mon, 29 Feb 2016 22:32:51 +0000
(23:32 +0100)
src/types_list.c
patch
|
blob
|
history
diff --git
a/src/types_list.c
b/src/types_list.c
index
887b43d
..
41bb403
100644
(file)
--- 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)
{