diff --git a/src/platform/C4MusicFile.cpp b/src/platform/C4MusicFile.cpp index 5638a434f..d850fff81 100644 --- a/src/platform/C4MusicFile.cpp +++ b/src/platform/C4MusicFile.cpp @@ -30,7 +30,7 @@ // This is an ugly hack to make FreeALUT not dllimport everything. #define _XBOX #endif -#include +#include #undef _XBOX #endif #define alErrorCheck(X) do { X; { ALenum err = alGetError(); if (err) LogF("al error: %s (%x)", #X, err); } } while (0) diff --git a/src/platform/C4SoundIncludes.h b/src/platform/C4SoundIncludes.h index d4cf131d7..8c3c46626 100644 --- a/src/platform/C4SoundIncludes.h +++ b/src/platform/C4SoundIncludes.h @@ -35,7 +35,7 @@ // This is an ugly hack to make FreeALUT not dllimport everything. # define _XBOX # endif -# include +# include # undef _XBOX # if defined(__APPLE__) # import