summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-13 02:45:45 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-13 02:45:45 +0000
commit030d77b439d488e8669afc866bf06ef72e553d59 (patch)
treeab9f4556f563239473fc1d7b733f1f871037822d
parent128923d6768feaec2216db4770e22c282a9606d2 (diff)
Add #ifdef HAVE_CONFIG_H/#include "xconfig.h" for modularization.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901
-rw-r--r--pmint.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pmint.h b/pmint.h
index f1413df..7f26419 100644
--- a/pmint.h
+++ b/pmint.h
@@ -27,6 +27,10 @@ from The Open Group.
*/
/* $XFree86: xc/programs/proxymngr/pmint.h,v 1.5 2001/12/14 20:01:02 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+# include "xconfig.h"
+#endif
+
#include <stdio.h>
#include <X11/Xos.h>
#include <X11/Xfuncs.h>