diff options
| -rw-r--r-- | gdbstub.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -28,6 +28,11 @@ #define DEBUG 0 #endif +#if DEBUG +#include <stdio.h> +#include <stdlib.h> +#endif + /* Include platform specific definitions */ #include "gdbstub_sys.h" @@ -80,4 +85,4 @@ int dbg_sys_mem_writeb(address addr, char val); int dbg_sys_continue(); int dbg_sys_step(); -#endif
\ No newline at end of file +#endif |
