Include xkb-config.h if we have it so we pick up the paths defined there.

This commit is contained in:
Kristian Høgsberg 2005-08-31 14:58:09 +00:00
parent 9d3b5e89d6
commit a65c579613
2 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,10 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <dix-config.h>
#endif
#ifdef HAVE_XKB_CONFIG_H
#include <xkb-config.h>
#endif
#include <stdio.h>
#include <ctype.h>
#define NEED_EVENTS 1

View File

@ -31,6 +31,10 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <dix-config.h>
#endif
#ifdef HAVE_XKB_CONFIG_H
#include <xkb-config.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>