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.
This commit is contained in:
Kristian Høgsberg 2013-08-26 14:43:17 -07:00
parent 4e55d067ea
commit c7d2c4c147
7 changed files with 14 additions and 0 deletions

View File

@ -21,6 +21,8 @@
* OF THIS SOFTWARE.
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -21,6 +21,8 @@
* OF THIS SOFTWARE.
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -20,6 +20,8 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -32,6 +32,8 @@
* Keith Packard <keithp@keithp.com>
*/
#include <config.h>
#include <stdlib.h>
#include <stdint.h>

View File

@ -20,6 +20,8 @@
* OF THIS SOFTWARE.
*/
#include <config.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -20,6 +20,8 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <config.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>

View File

@ -20,6 +20,8 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <config.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>