summaryrefslogtreecommitdiffstats
path: root/libvo/osd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/osd.c')
-rw-r--r--libvo/osd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/osd.c b/libvo/osd.c
index 0c971e3c85..4fabc5c9ac 100644
--- a/libvo/osd.c
+++ b/libvo/osd.c
@@ -27,7 +27,7 @@
#include "osd.h"
#include "mp_msg.h"
#include <inttypes.h>
-#include <endian.h>
+#include <sys/types.h>
#include "cpudetect.h"
#if ARCH_X86