diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-04 00:45:42 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-04 00:45:42 +0000 |
commit | cdded97a0ad717f4f9120b37d2687fa661696c9b (patch) | |
tree | b4b70cee43a430e260c5c37d0631489b2033a2b9 /hw/xfree86/utils/gtf/gtf.c | |
parent | 4ae4fc7d51aeb0f27bed52f7e6a346745f3ea453 (diff) |
Add #include <xorg-config.h> for modular build
Diffstat (limited to 'hw/xfree86/utils/gtf/gtf.c')
-rw-r--r-- | hw/xfree86/utils/gtf/gtf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xfree86/utils/gtf/gtf.c b/hw/xfree86/utils/gtf/gtf.c index fbc620709..109e2bbb3 100644 --- a/hw/xfree86/utils/gtf/gtf.c +++ b/hw/xfree86/utils/gtf/gtf.c @@ -105,6 +105,9 @@ */ /* $XFree86: xc/programs/Xserver/hw/xfree86/etc/gtf.c,v 1.2 2002/11/15 17:01:53tsi Exp $ */ +#ifdef HAVE_XORG_CONFIG_H +# include <xorg-config.h> +#endif #include <stdio.h> #include <stdlib.h> |