comparison gsm-fw/include/condat/custom.h @ 836:6c5d3fecbc67

gdi: audio.c compiles
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 25 Apr 2015 19:21:20 +0000
parents 643379e7e141
children
comparison
equal deleted inserted replaced
835:43e1b343b7fd 836:6c5d3fecbc67
47 47
48 #ifndef __PFRAME_C__ /* do not include the entity specific custom 48 #ifndef __PFRAME_C__ /* do not include the entity specific custom
49 header if we compile the frame */ 49 header if we compile the frame */
50 50
51 #ifdef ENTITY_CST 51 #ifdef ENTITY_CST
52 #include "cst/cus_cst.h" 52 #include "../../g23m-glue/cst/cus_cst.h"
53 #endif 53 #endif
54 54
55 #if defined (ENTITY_SMI) || defined (ENTITY_MFW) || defined (ENTITY_ACI) || defined (ENTITY_MMI) 55 #if defined (ENTITY_SMI) || defined (ENTITY_MFW) || defined (ENTITY_ACI) || defined (ENTITY_MMI)
56 #include "cus_aci.h" 56 #include "cus_aci.h"
57 #endif 57 #endif