diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-20 23:04:55 +0000 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-20 23:04:55 +0000 |
| commit | d92d390d8f4cf6198c36e88af9bbadc203ca49d6 (patch) | |
| tree | 5e9732127aab14d9377ce242876826aa8b37edf7 /src/dxr3 | |
| parent | dba3aa42580ef3e9cba57df71a231bc00679c551 (diff) | |
| download | xine-lib-d92d390d8f4cf6198c36e88af9bbadc203ca49d6.tar.gz xine-lib-d92d390d8f4cf6198c36e88af9bbadc203ca49d6.tar.bz2 | |
Correct some #includes.
Diffstat (limited to 'src/dxr3')
| -rw-r--r-- | src/dxr3/video_out_dxr3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dxr3/video_out_dxr3.h b/src/dxr3/video_out_dxr3.h index a5a1368a3..b3c607109 100644 --- a/src/dxr3/video_out_dxr3.h +++ b/src/dxr3/video_out_dxr3.h @@ -27,7 +27,7 @@ #endif #include <xine/xine_internal.h> -#include "vo_scale.h" +#include <xine/vo_scale.h> #include "dxr3_scr.h" #include "dxr3.h" |
