Include xorg-config.h so the generated file will also include it.
This commit is contained in:
parent
30ff9e2619
commit
1a4e30d508
|
@ -67,6 +67,10 @@ printf("/* \$$proj\$ */
|
||||||
* Author: Dirk Hohndel <hohndel\@XFree86.Org>
|
* Author: Dirk Hohndel <hohndel\@XFree86.Org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_XORG_CONFIG_H
|
||||||
|
#include <xorg-config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __UNIXOS2__
|
#ifdef __UNIXOS2__
|
||||||
#define I_NEED_OS2_H
|
#define I_NEED_OS2_H
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue