diff options
author | Harald Welte <laforge@gnumonks.org> | 2010-05-01 12:06:48 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2010-05-01 12:06:48 +0200 |
commit | debf95507461965aa82be2fa2bf34119343cfb0e (patch) | |
tree | c95893d9f2c13b025e639a93b67b76d29600950f /include/osmocore/gsm48.h | |
parent | a1c4f765eca695bf3d9c41d741bcab81989c8d48 (diff) |
gsm48.h: Prevent accidental re-inclusion of same header file
Diffstat (limited to 'include/osmocore/gsm48.h')
-rw-r--r-- | include/osmocore/gsm48.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocore/gsm48.h b/include/osmocore/gsm48.h index 9015c25b..a509a096 100644 --- a/include/osmocore/gsm48.h +++ b/include/osmocore/gsm48.h @@ -1,4 +1,5 @@ #ifndef _OSMOCORE_GSM48_H +#define _OSMOCORE_GSM48_H #include <osmocore/tlv.h> #include <osmocore/protocol/gsm_04_08.h> |