diff gsm-fw/g23m-gsm/dl/dl_dph.c @ 705:10a5096f9891

dl_dph.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 03 Oct 2014 03:57:20 +0000
parents 2f7df7a314f8
children
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/dl/dl_dph.c	Fri Oct 03 03:38:51 2014 +0000
+++ b/gsm-fw/g23m-gsm/dl/dl_dph.c	Fri Oct 03 03:57:20 2014 +0000
@@ -22,6 +22,10 @@
 #ifndef DL_DPH_C
 #define DL_DPH_C
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+
 #define ENTITY_DL
 
 /*==== INCLUDES ===================================================*/
@@ -668,4 +672,3 @@
 #endif /* SEND_FN_TO_L2_IN_DCCH == 1 */
 #endif  /* DL_2TO1 || USE_L1M_GS001_1 */
 #endif /* DL_DPH_C */
-