summaryrefslogtreecommitdiff
path: root/Wraphelp.c
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-12 16:27:25 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-12 16:27:25 +0000
commit0ea8a9fde966a2fbdc075e4cfc47235d3c899022 (patch)
tree6709f86c029e832ac5e35a9c2359e9dec148eea9 /Wraphelp.c
parent845dff36906d99a80ea920a8d0efb73bd0b88d56 (diff)
Conditionally include config.h add Makefile.am
Diffstat (limited to 'Wraphelp.c')
-rw-r--r--Wraphelp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Wraphelp.c b/Wraphelp.c
index 1971d62..8e50ee2 100644
--- a/Wraphelp.c
+++ b/Wraphelp.c
@@ -3,6 +3,9 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <sys/types.h>
#include <X11/Xmd.h>
#include "Wrap.h"