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/clients/simple-shm.c b/clients/simple-shm.c index 1bcf8b0..81bb54e 100644 --- a/clients/simple-shm.c +++ b/clients/simple-shm.c
@@ -21,6 +21,8 @@ * OF THIS SOFTWARE. */ +#include <config.h> + #include <stdio.h> #include <stdlib.h> #include <string.h>