diff lzo.h @ 562:2bbf4035a69a libavutil

Add missing stdint.h header to fix 'make checkheaders'.
author diego
date Sun, 17 Aug 2008 19:15:33 +0000
parents b8574db98875
children bd4052d9050c
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