aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-04 20:38:22 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-05 20:26:25 +0100
commite1de69af7e1951b39fa52c4b704df29190c64569 (patch)
tree27acf160b058e84ba53a3aecd238f4c53ea9fe37 /openbsc
parent7e859bc17c3a633e4e6a9e68b6f66d5ab07b6759 (diff)
[dahdi] support multiple-include of lapd.h
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/input/lapd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/src/input/lapd.h b/openbsc/src/input/lapd.h
index 671fd9082..b0e6e6f66 100644
--- a/openbsc/src/input/lapd.h
+++ b/openbsc/src/input/lapd.h
@@ -1,3 +1,5 @@
+#ifndef OPENBSC_LAPD_H
+#define OPENBSC_LAPD_H
#include <stdint.h>
@@ -18,3 +20,4 @@ extern void (*lapd_transmit_cb)(uint8_t *data, int len, void *cbdata);
extern void lapd_transmit(int tei, uint8_t *data, int len, void *cbdata);
+#endif /* OPENBSC_LAPD_H */