summaryrefslogtreecommitdiff
path: root/libavformat/mpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mpeg.h')
-rw-r--r--libavformat/mpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpeg.h b/libavformat/mpeg.h
index bdd70254d6..c1675ee442 100644
--- a/libavformat/mpeg.h
+++ b/libavformat/mpeg.h
@@ -23,7 +23,7 @@
#define FFMPEG_MPEG_H
#include <stdint.h>
-#include "intreadwrite.h"
+#include "libavutil/intreadwrite.h"
#define PACK_START_CODE ((unsigned int)0x000001ba)
#define SYSTEM_HEADER_START_CODE ((unsigned int)0x000001bb)