X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Fao-dbg%2Fao-dbg.h;h=2ced54b5a8d815585c98bdb0b66899ebd58ba183;hb=63a44b9c169d042fb1a3997620477e7f00bb0918;hp=c1789d10e30cfb930f380c7089763b05b51fecce;hpb=9b03d620722dc54630539afba40720c30de69b2d;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,