summaryrefslogtreecommitdiff
path: root/gme
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-22 08:41:55 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-22 08:41:55 +0100
commitcd3dae11770b6cfc458a940a90d6f58ea32e5016 (patch)
tree0e6ff9a23e00e68d6ba5b621db5068320f96a0c5 /gme
parent0b9fbc68d060da006b68b44b690ccc9e826c851b (diff)
added stdint.h include to gme (should fix one of bsd compile problems)
Diffstat (limited to 'gme')
-rw-r--r--gme/Game_Music_Emu-0.5.2/gme/blargg_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gme/Game_Music_Emu-0.5.2/gme/blargg_common.h b/gme/Game_Music_Emu-0.5.2/gme/blargg_common.h
index 493c231a..9ab0bd7d 100644
--- a/gme/Game_Music_Emu-0.5.2/gme/blargg_common.h
+++ b/gme/Game_Music_Emu-0.5.2/gme/blargg_common.h
@@ -8,6 +8,7 @@
#include <stdlib.h>
#include <assert.h>
#include <limits.h>
+#include <stdint.h>
#undef BLARGG_COMMON_H
// allow blargg_config.h to #include blargg_common.h