summaryrefslogtreecommitdiff
path: root/src/clientlx.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-11 02:29:51 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-11 02:29:51 +0000
commit6030e8206db010f65199cbf5d332d2b47cdb3580 (patch)
tree7c0fb184152c473ca9a18e8cb0f26cc8a1862d22 /src/clientlx.c
parentb52ca7871cb6cf7a01210ec21cd9c20e5453f4fd (diff)
Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15
Diffstat (limited to 'src/clientlx.c')
-rw-r--r--src/clientlx.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/clientlx.c b/src/clientlx.c
index 65b899c..c4f312b 100644
--- a/src/clientlx.c
+++ b/src/clientlx.c
@@ -7,6 +7,10 @@
All Rights Reserved.
\******************************************************************************/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "xf86_OSproc.h"
#include "xf86Pci.h"
#include "xf86_ansic.h"