Mercurial > mplayer.hg
comparison gui/mplayer/pb.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 | 5450a92ac4bd |
children | 5f527a9a9521 |
comparison
equal
deleted
inserted
replaced
33122:1d81476c0d1e | 33123:9566100d88a1 |
---|---|
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | 18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
19 */ | 19 */ |
20 | 20 |
21 #include <stdlib.h> | 21 #include <stdlib.h> |
22 #include <stdio.h> | 22 #include <stdio.h> |
23 #include <inttypes.h> | |
24 #include <sys/stat.h> | 23 #include <sys/stat.h> |
25 #include <unistd.h> | 24 #include <unistd.h> |
26 #include <string.h> | 25 #include <string.h> |
27 | 26 |
28 #include "config.h" | 27 #include "config.h" |