Add missing stdint.h header to fix 'make checkheaders'.
authorDiego Biurrun <diego@biurrun.de>
Sun, 17 Aug 2008 19:15:33 +0000 (19:15 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 17 Aug 2008 19:15:33 +0000 (19:15 +0000)
Originally committed as revision 14816 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/lzo.h

index 6c5e5a3..183f959 100644 (file)
@@ -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