From 8322fc6d7d888b1dd4e46c1fd1a9a1bfccce3341 Mon Sep 17 00:00:00 2001 From: erg Date: Tue, 29 May 2007 19:30:20 +0000 Subject: [PATCH] Use config.h when building libgraph. --- lib/graph/libgraph.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/graph/libgraph.h b/lib/graph/libgraph.h index a40d2785d..609a80612 100644 --- a/lib/graph/libgraph.h +++ b/lib/graph/libgraph.h @@ -61,6 +61,11 @@ extern "C" { #ifndef _BLD_graph #define _BLD_graph 1 #endif + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "graph.h" #ifdef offsetof -- 2.40.0