From 82ed0b763a10eeb8b75fd1a94867e18a8b072cf4 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Sun, 17 Aug 2008 19:15:33 +0000
Subject: [PATCH] Add missing stdint.h header to fix 'make checkheaders'.

Originally committed as revision 14816 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavutil/lzo.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavutil/lzo.h b/libavutil/lzo.h
index 6c5e5a31bcb..183f9595ac8 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
-- 
GitLab