]> git.itanic.dy.fi Git - rrdd/commitdiff
Add missing headers
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sun, 24 Jun 2012 19:57:25 +0000 (22:57 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sun, 24 Jun 2012 19:57:25 +0000 (22:57 +0300)
These files were depending on headers from debug.h. The debug.h is
going to be cleaned up and these files no longer compile without these
headers.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
config.c
onewire_parser.c

index bfb4f07a775d482831fb1e675384ddbef04d409d..dee45424e25b25ca47939c17baeeeabd49d1ee87 100644 (file)
--- a/config.c
+++ b/config.c
@@ -1,3 +1,6 @@
+#include <stdlib.h>
+#include <string.h>
+
 #include "debug.h"
 #include "config.h"
 #include "rrdtool.h"
index fa927c8742b5fb1831870be1f64b00e0165024ee..32414a13ed1142cb12454aacb80a1e6848f585be 100644 (file)
@@ -1,3 +1,4 @@
+#include <stdio.h>
 #include <ownetapi.h>
 
 #include "parser.h"