mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-28 10:00:45 +02:00
Include xorg-config.h so the generated file will also include it.
This commit is contained in:
parent
30ff9e2619
commit
1a4e30d508
1 changed files with 4 additions and 0 deletions
|
|
@ -67,6 +67,10 @@ printf("/* \$$proj\$ */
|
|||
* Author: Dirk Hohndel <hohndel\@XFree86.Org>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_XORG_CONFIG_H
|
||||
#include <xorg-config.h>
|
||||
#endif
|
||||
|
||||
#ifdef __UNIXOS2__
|
||||
#define I_NEED_OS2_H
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue