diff options
Diffstat (limited to 'gdb/annotate.h')
-rw-r--r-- | gdb/annotate.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/annotate.h b/gdb/annotate.h index 03e7447..4a9e1b5 100644 --- a/gdb/annotate.h +++ b/gdb/annotate.h @@ -16,6 +16,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#ifndef ANNOTATE_H +#define ANNOTATE_H + #include "symtab.h" #include "gdbtypes.h" @@ -110,3 +113,5 @@ extern void annotate_array_section_end (void); extern void (*deprecated_annotate_signalled_hook) (void); extern void (*deprecated_annotate_signal_hook) (void); + +#endif /* ANNOTATE_H */ |