FreeCalypso > hg > freecalypso-sw
diff gsm-fw/g23m-gsm/cc/cc_srv.c @ 697:543f7afdf79c
cc_srv.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 30 Sep 2014 02:21:42 +0000 |
parents | 2f7df7a314f8 |
children |
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/cc/cc_srv.c Tue Sep 30 02:18:45 2014 +0000 +++ b/gsm-fw/g23m-gsm/cc/cc_srv.c Tue Sep 30 02:21:42 2014 +0000 @@ -22,6 +22,10 @@ #ifndef CC_SRV_C #define CC_SRV_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" + #define ENTITY_CC /*==== INCLUDES ===================================================*/ @@ -126,7 +130,7 @@ { cc_data->stored_ti_values[i] = NOT_PRESENT_8BIT; } - if (cc_data->stored_ti_values[i] NEQ NOT_PRESENT_8BIT) + if (cc_data->stored_ti_values[i] NEQ NOT_PRESENT_8BIT) connection_available = TRUE; } if (connection_available EQ FALSE) @@ -219,4 +223,3 @@ } #endif -