aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib/xrdb-cpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lwlib/xrdb-cpp.c')
-rw-r--r--lwlib/xrdb-cpp.c4
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. */
29#define __STDC_EXTENDED__ 29#define __STDC_EXTENDED__
30#endif 30#endif
31 31
32#ifdef HAVE_CONFIG_H
33#include <config.h>
34#endif
35
32#include <stdio.h> 36#include <stdio.h>
33#include <ctype.h> 37#include <ctype.h>
34#include <X11/Xlib.h> 38#include <X11/Xlib.h>