diff 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
line wrap: on
line diff
--- a/osdep/shmem.c	Sun Mar 04 15:42:16 2012 +0000
+++ b/osdep/shmem.c	Sun Mar 04 16:20:47 2012 +0000
@@ -36,7 +36,6 @@
 #endif
 #include <sys/socket.h>
 #include <fcntl.h>
-#include <inttypes.h>
 
 #include "mp_msg.h"
 #include "shmem.h"