aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-01 12:06:48 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-01 12:06:48 +0200
commitdebf95507461965aa82be2fa2bf34119343cfb0e (patch)
treec95893d9f2c13b025e639a93b67b76d29600950f /include
parenta1c4f765eca695bf3d9c41d741bcab81989c8d48 (diff)
gsm48.h: Prevent accidental re-inclusion of same header file
Diffstat (limited to 'include')
-rw-r--r--include/osmocore/gsm48.h1
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>