diff common.h @ 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 90227eb98bf9
children ba67fefada47
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) */