summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/common.h b/libavcodec/common.h
index 4b15612c40..8f99cf82f6 100644
--- a/libavcodec/common.h
+++ b/libavcodec/common.h
@@ -114,7 +114,7 @@ typedef signed long long INT64;
#define UINT64_C(c) (c ## ULL)
#endif
-#include "bswap.h"
+#include "../bswap.h"
#ifdef USE_FASTMEMCPY
#include "fastmemcpy.h"