mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-21 20:26:45 +00:00
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:
parent
0635acab08
commit
5f81eb1d89
19 changed files with 44 additions and 48 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue