summaryrefslogtreecommitdiff
path: root/src/libmpeg2/cpu_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmpeg2/cpu_state.c')
-rw-r--r--src/libmpeg2/cpu_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmpeg2/cpu_state.c b/src/libmpeg2/cpu_state.c
index 07b4c5b7e..12963644c 100644
--- a/src/libmpeg2/cpu_state.c
+++ b/src/libmpeg2/cpu_state.c
@@ -27,7 +27,7 @@
#include <inttypes.h>
#include "mpeg2_internal.h"
-#include "xineutils.h"
+#include <xine/xineutils.h>
void (* mpeg2_cpu_state_save) (cpu_state_t * state) = NULL;
void (* mpeg2_cpu_state_restore) (cpu_state_t * state) = NULL;