changeset 562:2bbf4035a69a libavutil

Add missing stdint.h header to fix 'make checkheaders'.
author diego
date Sun, 17 Aug 2008 19:15:33 +0000
parents 2cf4494e7c84
children daccf2fe1053
files lzo.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lzo.h	Sun Aug 17 17:41:48 2008 +0000
+++ b/lzo.h	Sun Aug 17 19:15:33 2008 +0000
@@ -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