summaryrefslogtreecommitdiffstats
path: root/video/out/vo_xv.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_xv.c')
-rw-r--r--video/out/vo_xv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo_xv.c b/video/out/vo_xv.c
index ff5cfdbcd3..43a98a7068 100644
--- a/video/out/vo_xv.c
+++ b/video/out/vo_xv.c
@@ -34,6 +34,7 @@
#include "config.h"
#if HAVE_SHM && HAVE_XEXT
+#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <X11/extensions/XShm.h>