ao-tools: Add lots of compiler warning flags to ao-tools build
[fw/altos] / ao-tools / ao-dbg / ao-dbg.h
index c1789d10e30cfb930f380c7089763b05b51fecce..edc650a506c8d99c2c2a20de7ba43443a0726b3e 100644 (file)
  */
 
 #include <ccdbg.h>
+#include <cc.h>
 
 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,