aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_sym.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_sym.h')
-rw-r--r--sys/ddb/db_sym.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h
index dca4ef217571..13560b5d34f4 100644
--- a/sys/ddb/db_sym.h
+++ b/sys/ddb/db_sym.h
@@ -23,9 +23,12 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_sym.h,v 1.2 1993/10/16 16:47:27 rgrimes Exp $
+ * $Id: db_sym.h,v 1.3 1993/11/07 17:39:25 wollman Exp $
*/
+#ifndef _DDB_DB_SYM_H_
+#define _DDB_DB_SYM_H_ 1
+
/*
* Author: Alessandro Forin, Carnegie Mellon University
* Date: 8/90
@@ -96,3 +99,4 @@ extern int db_eqname(/* char*, char*, char */);
extern void db_printsym(/* db_expr_t, db_strategy_t */);
/* print closest symbol to a value */
+#endif /* _DDB_DB_SYM_H_ */