all repos — mgba @ ca23c47aeb71af1a14f4a7389c32bf8d1c158e3d

mGBA Game Boy Advance Emulator

Add missing include
Jeffrey Pfau jeffrey@endrift.com
Sun, 13 Jul 2014 05:47:16 -0700
commit

ca23c47aeb71af1a14f4a7389c32bf8d1c158e3d

parent

5958d8c0da6af229b370e7b49879d559a718fcd5

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/arm/common.hsrc/arm/common.h

@@ -1,6 +1,7 @@

#ifndef COMMON_H #define COMMON_H +#include <ctype.h> #include <limits.h> #include <math.h> #include <stdarg.h>