Commit c6a2cf04 authored by Cedric Roux's avatar Cedric Roux

Merge branch 'bugfix-186-rrh-gw-compilation' into develop_integration_w02

parents c88ec0bd ab7a3e8e
......@@ -102,6 +102,14 @@
# include "intertask_interface.h"
#endif
/* TODO: be sure this include is correct.
* It solves a problem of compilation of the RRH GW,
* issue #186.
*/
#if !defined(ENABLE_ITTI)
# include "as_message.h"
#endif
#if defined(ENABLE_USE_MME)
# include "commonDef.h"
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment