Fix the *-config.h includes so that it is possible to build modules without

having to use -include in the Makefile.
This commit is contained in:
Kevin E Martin
2005-07-16 03:49:59 +00:00
parent 0635acab08
commit 5f81eb1d89
19 changed files with 44 additions and 48 deletions

View File

@@ -30,6 +30,10 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <dix-config.h>
#endif
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include <stdio.h>
#define NEED_EVENTS 1
#include <X11/X.h>