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.
dev
Kristian Høgsberg 11 years ago
parent 4e55d067ea
commit c7d2c4c147
  1. 2
      clients/simple-shm.c
  2. 2
      clients/simple-touch.c
  3. 2
      clients/weston-simple-im.c
  4. 2
      src/xwayland/hash.c
  5. 2
      tests/weston-test-client-helper.c
  6. 2
      wcap/main.c
  7. 2
      wcap/wcap-decode.c

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

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

@ -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>

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

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

@ -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>

@ -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>

Loading…
Cancel
Save