diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-14 03:36:44 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-14 03:36:44 +0000 |
commit | 6b546d0ec07e493b501e82300b3e6c143cd4d0ac (patch) | |
tree | 72d3f60b7169aa295a8a0b5aca4b74af1f9963bf /hw/xnest/Display.c | |
parent | 7375f4d13626bbba4204e2f08f41c212b2eed992 (diff) |
Add #include <xnest-config.h> to the Xnest source files for modularization.
Diffstat (limited to 'hw/xnest/Display.c')
-rw-r--r-- | hw/xnest/Display.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xnest/Display.c b/hw/xnest/Display.c index 602a6c9b2..fa8457651 100644 --- a/hw/xnest/Display.c +++ b/hw/xnest/Display.c @@ -15,6 +15,10 @@ is" without express or implied warranty. /* $XFree86: xc/programs/Xserver/hw/xnest/Display.c,v 3.4 2001/10/28 03:34:10 tsi Exp $ */ +#ifdef HAVE_XNEST_CONFIG_H +#include <xnest-config.h> +#endif + #include <X11/X.h> #include <X11/Xproto.h> #include "screenint.h" |