Add missing #includes to fix 'make checkheaders'.

Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2007-11-24 10:08:02 +00:00
parent 536333a0fe
commit f0a838e525
7 changed files with 15 additions and 0 deletions

View File

@@ -22,6 +22,8 @@
#ifndef FFMPEG_CMDUTILS_H
#define FFMPEG_CMDUTILS_H
#include <inttypes.h>
typedef struct {
const char *name;
int flags;