diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-10-21 19:20:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-10-21 19:20:30 +0000 |
commit | 17732724f33c6969c86a29c832e094b96a4483bf (patch) | |
tree | 5a5276a6aa015c94cfa47359a817472d59331fa8 /gdb/call-cmds.h | |
parent | Add explicit #include of "value.h". (diff) | |
download | binutils-gdb-17732724f33c6969c86a29c832e094b96a4483bf.tar.gz binutils-gdb-17732724f33c6969c86a29c832e094b96a4483bf.tar.bz2 binutils-gdb-17732724f33c6969c86a29c832e094b96a4483bf.zip |
Update makefile.in dependencies. Add header wrappers.
Diffstat (limited to 'gdb/call-cmds.h')
-rw-r--r-- | gdb/call-cmds.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/call-cmds.h b/gdb/call-cmds.h index 10c3ac453ba..3d2cda103c8 100644 --- a/gdb/call-cmds.h +++ b/gdb/call-cmds.h @@ -23,8 +23,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef CALL_CMDS_H +#define CALL_CMDS_H + extern void initialize_all_files (void); extern void core_file_command (char *, int); extern void break_command (char *, int); + +#endif |