Move the graph class into an own module.
[collection4.git] / graph_def.c
index 71ba1bd..4f91820 100644 (file)
@@ -3,6 +3,7 @@
 #include <errno.h>
 
 #include "graph_def.h"
+#include "graph.h"
 #include "graph_config.h"
 #include "common.h"
 #include "oconfig.h"