summaryrefslogtreecommitdiffstats
path: root/video/img_fourcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/img_fourcc.h')
-rw-r--r--video/img_fourcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/img_fourcc.h b/video/img_fourcc.h
index ee30ff0c26..1539a7b4f3 100644
--- a/video/img_fourcc.h
+++ b/video/img_fourcc.h
@@ -1,7 +1,7 @@
#ifndef MPV_IMG_FOURCC_H
#define MPV_IMG_FOURCC_H
-#include <sys/types.h>
+#include "osdep/endian.h"
#define MP_FOURCC(a,b,c,d) ((a) | ((b)<<8) | ((c)<<16) | ((unsigned)(d)<<24))