summaryrefslogtreecommitdiff
path: root/libavcodec/h264enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264enc.c')
-rw-r--r--libavcodec/h264enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264enc.c b/libavcodec/h264enc.c
index 542c373248..17a2ec8b18 100644
--- a/libavcodec/h264enc.c
+++ b/libavcodec/h264enc.c
@@ -17,7 +17,7 @@
*/
-#include "common.h"
+#include "libavutil/common.h"
#include "bitstream.h"
#include "mpegvideo.h"
#include "h264data.h"