From f0a838e52505fb48d15fb23554107cbd282f8132 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 24 Nov 2007 10:08:02 +0000 Subject: Add missing #includes to fix 'make checkheaders'. Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/des.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavutil/des.h') diff --git a/libavutil/des.h b/libavutil/des.h index 66dac3b9d7..e0de03e246 100644 --- a/libavutil/des.h +++ b/libavutil/des.h @@ -22,6 +22,8 @@ #ifndef FFMPEG_DES_H #define FFMPEG_DES_H +#include + /** * \brief en- or decrypt an 64-bit block of data with DES * \param in data to process. -- cgit v1.2.3