added missing header file
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 24 Sep 2014 11:07:18 +0000 (13:07 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 24 Sep 2014 11:07:18 +0000 (13:07 +0200)
src/graph.c

index aa473f1..0348d1a 100644 (file)
@@ -27,6 +27,7 @@
 #include <math.h>
 
 #include <cfg.h>
+#include <graph.h>
 #include <plog.h>
 #include <psensor.h>