diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 12:16:29 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 12:16:29 +0000 |
commit | 461eb6ebd9273dc3dcd601ee0a0491981a98acd9 (patch) | |
tree | a17f3640f028a34a46c317581c00a7ebba09c16d /os/xstrans.c | |
parent | c1e69798ad14fb706f5f6de67e3f53df56f524c6 (diff) |
Change HAVE_CONFIG_H to HAVE_DIX_CONFIG_H.
Diffstat (limited to 'os/xstrans.c')
-rw-r--r-- | os/xstrans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/xstrans.c b/os/xstrans.c index 6ef843482..c086e225b 100644 --- a/os/xstrans.c +++ b/os/xstrans.c @@ -1,4 +1,4 @@ -#ifdef HAVE_CONFIG_H +#ifdef HAVE_DIX_CONFIG_H #include <dix-config.h> #endif |