summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/video_out.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index c6bd52e3f1..60eac7ab66 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -16,6 +16,8 @@
//#include "font_load.h"
#include "img_format.h"
#include "../vidix/vidix.h"
+/* All video drivers will want this */
+#include "geometry.h"
#define VO_EVENT_EXPOSE 1
#define VO_EVENT_RESIZE 2