summaryrefslogtreecommitdiff
path: root/libavutil/crc.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-03-19 08:47:31 +0000
committerMåns Rullgård <mans@mansr.com>2008-03-19 08:47:31 +0000
commit3540b950ec55343a4cfc02f73783bb90df34252b (patch)
tree477330d86ef2cf43c5f0cf897b04448ec5d1f41a /libavutil/crc.h
parente6e70d9bdc896a781d4ff6eae27d1520e9ea71b4 (diff)
add missing #include "common.h" to libavutil headers
Originally committed as revision 12502 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/crc.h')
-rw-r--r--libavutil/crc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/crc.h b/libavutil/crc.h
index 9798cf6a38..5ebb2f5469 100644
--- a/libavutil/crc.h
+++ b/libavutil/crc.h
@@ -23,6 +23,7 @@
#include <stdint.h>
#include <stddef.h>
+#include "common.h"
typedef uint32_t AVCRC;