changeset 496:09dbc9e0e6a5 libavcodec

reverted to inttypes.h since it gives problems on some unixes
author bellard
date Thu, 13 Jun 2002 23:36:30 +0000
parents 6f47eef8879f
children 5b33d11bd1fb
files common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common.h	Tue Jun 11 13:45:17 2002 +0000
+++ b/common.h	Thu Jun 13 23:36:30 2002 +0000
@@ -77,7 +77,7 @@
 
 /* unix */
 
-#include <stdint.h>
+#include <inttypes.h>
 
 #ifndef __WINE_WINDEF16_H
 /* workaround for typedef conflict in MPlayer (wine typedefs) */