summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/progs/duke3d/Game/src/audiolib/fx_man.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sdl/progs/duke3d/Game/src/audiolib/fx_man.h')
-rw-r--r--apps/plugins/sdl/progs/duke3d/Game/src/audiolib/fx_man.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/plugins/sdl/progs/duke3d/Game/src/audiolib/fx_man.h b/apps/plugins/sdl/progs/duke3d/Game/src/audiolib/fx_man.h
index c8361716e3..9e74a381e4 100644
--- a/apps/plugins/sdl/progs/duke3d/Game/src/audiolib/fx_man.h
+++ b/apps/plugins/sdl/progs/duke3d/Game/src/audiolib/fx_man.h
@@ -32,11 +32,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
32#define __FX_MAN_H 32#define __FX_MAN_H
33 33
34#include "sndcards.h" 34#include "sndcards.h"
35#ifdef _WIN32 35#include <inttypes.h>
36 #include "../../Engine/src/windows/inttypes.h"
37#else
38 #include <inttypes.h>
39#endif
40 36
41typedef struct 37typedef struct
42 { 38 {