commit | c7d2c4c14727780a1d38644ebde3e22f65c64649 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Mon Aug 26 14:43:17 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Aug 26 14:59:14 2013 -0700 |
tree | 0457917ee8b54823302abefb3780b19f2896e0f6 | |
parent | 4e55d067ea3aacf0174518ac29a11336fdc6b11c [diff] [blame] |
Add more missing config.h #includes Now that we use AC_SYS_LARGEFILE, we need to pull in config.h at least whereever we use mmap(). Fixes at least the test-suite and simple-shm on 32 bit systems.
diff --git a/src/xwayland/hash.c b/src/xwayland/hash.c index d841883..54f3de9 100644 --- a/src/xwayland/hash.c +++ b/src/xwayland/hash.c
@@ -32,6 +32,8 @@ * Keith Packard <keithp@keithp.com> */ +#include <config.h> + #include <stdlib.h> #include <stdint.h>