all repos — mgba @ 82f3a45888724c9bd92a0a65076a564f26880383

mGBA Game Boy Advance Emulator

Build fix in case no debuggers are being built
Jeffrey Pfau jeffrey@endrift.com
Wed, 23 Apr 2014 21:50:26 -0700
commit

82f3a45888724c9bd92a0a65076a564f26880383

parent

64e8d3fb832a69689ac3753af7b9f6c0a05e648a

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

jump to
M src/platform/commandline.csrc/platform/commandline.c

@@ -1,5 +1,7 @@

#include "commandline.h" +#include "debugger/debugger.h" + #ifdef USE_CLI_DEBUGGER #include "debugger/cli-debugger.h" #endif