gsm48.h: Prevent accidental re-inclusion of same header file

This commit is contained in:
Harald Welte 2010-05-01 12:06:48 +02:00
parent a1c4f765ec
commit debf955074
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#ifndef _OSMOCORE_GSM48_H
#define _OSMOCORE_GSM48_H
#include <osmocore/tlv.h>
#include <osmocore/protocol/gsm_04_08.h>