From de2a5b8df17946fe1029a3a5cb609638df87dc33 Mon Sep 17 00:00:00 2001 From: Uwe Schulzweida <uwe.schulzweida@mpimet.mpg.de> Date: Thu, 2 Apr 2015 13:23:44 +0000 Subject: [PATCH] cdi.h: include config.h --- src/cdi.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/cdi.h b/src/cdi.h index 4ffa0de6a..3fb9a7f1d 100644 --- a/src/cdi.h +++ b/src/cdi.h @@ -7,6 +7,10 @@ #ifndef CDI_H_ #define CDI_H_ +#if defined (HAVE_CONFIG_H) +# include "config.h" +#endif + #include <stdio.h> #include <sys/types.h> /* -- GitLab