Add #include <xorg-config.h> for modular build
This commit is contained in:
parent
4ae4fc7d51
commit
cdded97a0a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue