From e9e9c47f7f398a590deb4c2491488394d7247166 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Sat, 16 Nov 2013 10:07:31 +0100 Subject: ddb/stab.h: add ifndef * ddb/stab.h: Add ifndef. --- ddb/stab.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ddb/stab.h') diff --git a/ddb/stab.h b/ddb/stab.h index 3ebc1af..55e9d45 100644 --- a/ddb/stab.h +++ b/ddb/stab.h @@ -33,6 +33,8 @@ * @(#)stab.h 5.2 (Berkeley) 4/4/91 */ +#ifndef _DDB_STAB_H_ +#define _DDB_STAB_H_ /* * The following are symbols used by various debuggers and by the Pascal @@ -67,3 +69,5 @@ #define N_ECOMM 0xe4 /* end common */ #define N_ECOML 0xe8 /* end common (local name) */ #define N_LENG 0xfe /* length of preceding entry */ + +#endif /* _DDB_STAB_H_ */ -- cgit v1.2.3