From 17732724f33c6969c86a29c832e094b96a4483bf Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 21 Oct 2001 19:20:30 +0000 Subject: Update makefile.in dependencies. Add header wrappers. --- gdb/monitor.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/monitor.h') diff --git a/gdb/monitor.h b/gdb/monitor.h index afdc3b207e8..85a44ff7e71 100644 --- a/gdb/monitor.h +++ b/gdb/monitor.h @@ -21,6 +21,9 @@ Boston, MA 02111-1307, USA. */ +#ifndef MONITOR_H +#define MONITOR_H + struct serial; /* This structure describes the strings necessary to give small command @@ -247,3 +250,5 @@ extern int monitor_readchar (void); extern char *monitor_get_dev_name (void); extern void init_monitor_ops (struct target_ops *); extern int monitor_dump_reg_block (char *dump_cmd); + +#endif -- cgit v1.2.3-65-gdbad