diff options
author | phintuka <phintuka> | 2014-06-23 12:20:28 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2014-06-23 12:20:28 +0000 |
commit | a8401fb0472feb6e3de023290c8f286d4bc85486 (patch) | |
tree | ae8c2b570a3c6da72173462f114c5590e5e945c6 /tools/rle.c | |
parent | cfc9c5b1fc7caf6066404ce2366ec67f7d751114 (diff) | |
download | xineliboutput-a8401fb0472feb6e3de023290c8f286d4bc85486.tar.gz xineliboutput-a8401fb0472feb6e3de023290c8f286d4bc85486.tar.bz2 |
rename xine_osd_command.h -> tools/osd_command.h
Diffstat (limited to 'tools/rle.c')
-rw-r--r-- | tools/rle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/rle.c b/tools/rle.c index 96b1d25e..8239f2ea 100644 --- a/tools/rle.c +++ b/tools/rle.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: rle.c,v 1.11 2014-06-23 12:14:15 phintuka Exp $ + * $Id: rle.c,v 1.12 2014-06-23 12:20:28 phintuka Exp $ * */ @@ -14,7 +14,7 @@ #include <sys/types.h> #endif -#include "../xine_osd_command.h" +#include "osd_command.h" #include "rle.h" |