X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Fao-dbg%2Fao-dbg.h;h=2ced54b5a8d815585c98bdb0b66899ebd58ba183;hb=f26197f0eec650330b476514c47978b4ba087719;hp=c1789d10e30cfb930f380c7089763b05b51fecce;hpb=4685fc541466afbeefc151bcb64cd054739c048b;p=fw%2Faltos diff --git a/ao-tools/ao-dbg/ao-dbg.h b/ao-tools/ao-dbg/ao-dbg.h index c1789d10..2ced54b5 100644 --- a/ao-tools/ao-dbg/ao-dbg.h +++ b/ao-tools/ao-dbg/ao-dbg.h @@ -17,12 +17,15 @@ */ #include +#include +#include extern char *s51_prompt; extern struct ccdbg *s51_dbg; extern int s51_interrupted; extern int s51_monitor; extern char *s51_tty; +extern char *s51_device; enum command_result { command_success, command_debug, command_syntax, command_interrupt, command_error,