diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-11-24 10:08:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-11-24 10:08:02 +0000 |
commit | f0a838e52505fb48d15fb23554107cbd282f8132 (patch) | |
tree | d61bea91becb4b6ea8dcff35ebe215296c9ec1de /cmdutils.h | |
parent | 536333a0fe2e20bd7314a589635f08a451d1e12e (diff) | |
download | ffmpeg-f0a838e52505fb48d15fb23554107cbd282f8132.tar.gz |
Add missing #includes to fix 'make checkheaders'.
Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h index 3d75cfc5dd..102e0403de 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -22,6 +22,8 @@ #ifndef FFMPEG_CMDUTILS_H #define FFMPEG_CMDUTILS_H +#include <inttypes.h> + typedef struct { const char *name; int flags; |