summaryrefslogtreecommitdiffstats
path: root/libvo/geometry.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/geometry.c')
-rw-r--r--libvo/geometry.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libvo/geometry.c b/libvo/geometry.c
index f258f1b63e..4f7c45a1a2 100644
--- a/libvo/geometry.c
+++ b/libvo/geometry.c
@@ -1,9 +1,10 @@
/* This file (C) Mark Zealey <mark@zealos.org> 2002, released under GPL */
+#include <stdio.h>
+#include <string.h>
#include "geometry.h"
#include "../mp_msg.h"
#include "../mplayer.h" /* exit_player() */
-#include <string.h>
/* A string of the form [WxH][+X+Y] or xpos[%]:ypos[%] */
char *vo_geometry = NULL;