[MPlayer-cvslog] r34798 - in trunk/osdep: shmem.c shmem.h
ib
subversion at mplayerhq.hu
Sun Mar 4 17:20:47 CET 2012
Author: ib
Date: Sun Mar 4 17:20:47 2012
New Revision: 34798
Log:
Put #include <inttypes.h> into the header file where it should be.
Reported by Stephen Sheldon, sfsheldo gmail com.
Modified:
trunk/osdep/shmem.c
trunk/osdep/shmem.h
Modified: trunk/osdep/shmem.c
==============================================================================
--- trunk/osdep/shmem.c Sun Mar 4 16:42:16 2012 (r34797)
+++ trunk/osdep/shmem.c Sun Mar 4 17:20:47 2012 (r34798)
@@ -36,7 +36,6 @@
#endif
#include <sys/socket.h>
#include <fcntl.h>
-#include <inttypes.h>
#include "mp_msg.h"
#include "shmem.h"
Modified: trunk/osdep/shmem.h
==============================================================================
--- trunk/osdep/shmem.h Sun Mar 4 16:42:16 2012 (r34797)
+++ trunk/osdep/shmem.h Sun Mar 4 17:20:47 2012 (r34798)
@@ -19,6 +19,8 @@
#ifndef MPLAYER_SHMEM_H
#define MPLAYER_SHMEM_H
+#include <inttypes.h>
+
void* shmem_alloc(int64_t size);
void shmem_free(void* p,int64_t size);
More information about the MPlayer-cvslog
mailing list