diff options
Diffstat (limited to 'lwlib/xrdb-cpp.c')
-rw-r--r-- | lwlib/xrdb-cpp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lwlib/xrdb-cpp.c b/lwlib/xrdb-cpp.c index 4ede12e7652..b6a167c0517 100644 --- a/lwlib/xrdb-cpp.c +++ b/lwlib/xrdb-cpp.c @@ -29,6 +29,10 @@ Boston, MA 02111-1307, USA. */ #define __STDC_EXTENDED__ #endif +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdio.h> #include <ctype.h> #include <X11/Xlib.h> |