Include xorg-config.h so the generated file will also include it.

This commit is contained in:
Kevin E Martin 2005-09-27 13:47:26 +00:00
parent 30ff9e2619
commit 1a4e30d508

View File

@ -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