comparison osdep/shmem.c @ 34710:749da4b0c32a

Put #include <inttypes.h> into the header file where it should be. Reported by Stephen Sheldon, sfsheldo gmail com.
author ib
date Sun, 04 Mar 2012 16:20:47 +0000
parents cc658103f214
children d5e1a1ad86b8
comparison
equal deleted inserted replaced
34709:b74a8e55c632 34710:749da4b0c32a
34 #if HAVE_SYS_MMAN_H 34 #if HAVE_SYS_MMAN_H
35 #include <sys/mman.h> 35 #include <sys/mman.h>
36 #endif 36 #endif
37 #include <sys/socket.h> 37 #include <sys/socket.h>
38 #include <fcntl.h> 38 #include <fcntl.h>
39 #include <inttypes.h>
40 39
41 #include "mp_msg.h" 40 #include "mp_msg.h"
42 #include "shmem.h" 41 #include "shmem.h"
43 42
44 #ifdef AIX 43 #ifdef AIX