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:43:52 +0100
commit287803c526dc352d9076a509dd3b89ffcf02396c (patch)
treef28b91b1a149526b8da215b21931fd467fa0e38a /gme
parent65bf6cf8610ed8e9541db6df3060ab390002ef36 (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