From 042a9564c2891a20dc45aa92a78117912cd55f00 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Mon, 25 Jul 2011 11:37:28 +0200 Subject: [PATCH] Make LCR compile again with OpenBSC Added missing include. Thanx to Harald for providing this patch. --- gsm_bs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gsm_bs.h b/gsm_bs.h index 8a55213..45bf083 100644 --- a/gsm_bs.h +++ b/gsm_bs.h @@ -1,5 +1,6 @@ extern "C" { #include +#include } /* GSM port class */ -- 2.13.6