summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r--libavutil/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index 3b31cdb3af..a130615753 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -14,6 +14,8 @@
# define ENODATA 61
# endif
+#include "bswap.h"
+
#include <stddef.h>
#ifndef offsetof
# define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))