summaryrefslogtreecommitdiffstats
path: root/libvo/vo_bl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_bl.c')
-rw-r--r--libvo/vo_bl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/vo_bl.c b/libvo/vo_bl.c
index 8c37139ec8..f99599fea2 100644
--- a/libvo/vo_bl.c
+++ b/libvo/vo_bl.c
@@ -27,7 +27,9 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/time.h>
+#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
+#endif
#include <sys/ioctl.h>
#include "config.h"