diff options
Diffstat (limited to 'src/input/libdvdnav/vmcmd.h')
-rw-r--r-- | src/input/libdvdnav/vmcmd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/libdvdnav/vmcmd.h b/src/input/libdvdnav/vmcmd.h index c4079f245..23f267a69 100644 --- a/src/input/libdvdnav/vmcmd.h +++ b/src/input/libdvdnav/vmcmd.h @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: vmcmd.h,v 1.1 2002/08/08 17:49:21 richwareham Exp $ + * $Id: vmcmd.h,v 1.2 2002/08/08 21:55:54 richwareham Exp $ * */ @@ -26,7 +26,7 @@ #define VMCMD_H_INCLUDED #include <inttypes.h> -#include <dvdread/ifo_types.h> /* Only for vm_cmd_t */ +#include <ifo_types.h> /* Only for vm_cmd_t */ #include "decoder.h" void vmPrint_mnemonic(vm_cmd_t *command); |