gsm48.h: Prevent accidental re-inclusion of same header file
diff --git a/include/osmocore/gsm48.h b/include/osmocore/gsm48.h
index 9015c25..a509a09 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>