Mercurial > mplayer.hg
diff gui/mplayer/gui_common.c @ 33123:9566100d88a1
Replace inttypes.h by stdint.h and remove inttypes.h where unneeded.
author | ib |
---|---|
date | Mon, 04 Apr 2011 15:10:05 +0000 |
parents | ff85d256c53e |
children | 5f3171d4d7a4 |
line wrap: on
line diff
--- a/gui/mplayer/gui_common.c Mon Apr 04 14:49:58 2011 +0000 +++ b/gui/mplayer/gui_common.c Mon Apr 04 15:10:05 2011 +0000 @@ -16,7 +16,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include <inttypes.h> +#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h>