diff options
Diffstat (limited to 'src/video_out/x11osd.h')
-rw-r--r-- | src/video_out/x11osd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/x11osd.h b/src/video_out/x11osd.h index b7726e144..15ea3dcc0 100644 --- a/src/video_out/x11osd.h +++ b/src/video_out/x11osd.h @@ -28,7 +28,7 @@ #ifndef X11OSD_H #define X11OSD_H -#include "vo_scale.h" +#include <xine/vo_scale.h> typedef struct x11osd x11osd; enum x11osd_mode {X11OSD_SHAPED, X11OSD_COLORKEY}; |