From 09f1f49059ebc5c25d19c9e778ebc6f438f01580 Mon Sep 17 00:00:00 2001 From: Manu Evans Date: Sat, 17 Jan 2004 05:26:56 +0000 Subject: [PATCH] fixed some xbox build errors :/ --- stepmania/src/vorbis/ogg/ogg.h | 2 +- stepmania/src/vorbis/vorbis/codec.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/vorbis/ogg/ogg.h b/stepmania/src/vorbis/ogg/ogg.h index b790f8d627..25f0943b97 100644 --- a/stepmania/src/vorbis/ogg/ogg.h +++ b/stepmania/src/vorbis/ogg/ogg.h @@ -21,7 +21,7 @@ extern "C" { #endif -#include +#include typedef struct { long endbyte; diff --git a/stepmania/src/vorbis/vorbis/codec.h b/stepmania/src/vorbis/vorbis/codec.h index 2a6818906e..e38984cd4d 100644 --- a/stepmania/src/vorbis/vorbis/codec.h +++ b/stepmania/src/vorbis/vorbis/codec.h @@ -23,7 +23,7 @@ extern "C" { #endif /* __cplusplus */ -#include +#include typedef struct vorbis_info{ int version;