diff options
author | Måns Rullgård <mans@mansr.com> | 2008-03-19 08:47:31 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-03-19 08:47:31 +0000 |
commit | 3540b950ec55343a4cfc02f73783bb90df34252b (patch) | |
tree | 477330d86ef2cf43c5f0cf897b04448ec5d1f41a /libavutil/des.h | |
parent | e6e70d9bdc896a781d4ff6eae27d1520e9ea71b4 (diff) | |
download | ffmpeg-3540b950ec55343a4cfc02f73783bb90df34252b.tar.gz |
add missing #include "common.h" to libavutil headers
Originally committed as revision 12502 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/des.h')
-rw-r--r-- | libavutil/des.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/des.h b/libavutil/des.h index 26a40dc0c1..40d8aa18ef 100644 --- a/libavutil/des.h +++ b/libavutil/des.h @@ -23,6 +23,7 @@ #define FFMPEG_DES_H #include <stdint.h> +#include "common.h" /** * \brief en- or decrypt an 64-bit block of data with DES |