summaryrefslogtreecommitdiff
path: root/libavutil/lzo.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-08-17 19:15:33 +0000
committerDiego Biurrun <diego@biurrun.de>2008-08-17 19:15:33 +0000
commit82ed0b763a10eeb8b75fd1a94867e18a8b072cf4 (patch)
tree6ea9cbd416c0ce734c71a92a340c2650c828ea39 /libavutil/lzo.h
parentec0350c983c34d008fd10f07366abd80c19d06e0 (diff)
Add missing stdint.h header to fix 'make checkheaders'.
Originally committed as revision 14816 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/lzo.h')
-rw-r--r--libavutil/lzo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/lzo.h b/libavutil/lzo.h
index 6c5e5a31bc..183f9595ac 100644
--- a/libavutil/lzo.h
+++ b/libavutil/lzo.h
@@ -22,6 +22,8 @@
#ifndef FFMPEG_LZO_H
#define FFMPEG_LZO_H
+#include <stdint.h>
+
#define LZO_INPUT_DEPLETED 1
#define LZO_OUTPUT_FULL 2
#define LZO_INVALID_BACKPTR 4