--- Gnu-Mach/ddb/db_access.h 2020/09/02 04:45:47 1.1.1.3 +++ Gnu-Mach/ddb/db_access.h 2020/09/02 04:48:17 1.1.1.4 @@ -30,6 +30,10 @@ /* * Data access functions for debugger. */ + +#ifndef _DDB_DB_ACCESS_H_ +#define _DDB_DB_ACCESS_H_ + #include #include #include @@ -71,3 +75,5 @@ extern void db_put_task_value( db_addr_ int size, db_expr_t value, task_t task ); + +#endif /* _DDB_DB_ACCESS_H_ */