# HG changeset patch
# User Space Falcon <falcon@ivan.Harhan.ORG>
# Date 1430000570 0
# Node ID 8140945526c2ad46e5465ff1891bd2354a2e5c96
# Parent  eebafd9f4275de090861a254cfd725abf5b9e007
cst_stack.c compiles

diff -r eebafd9f4275 -r 8140945526c2 gsm-fw/g23m-glue/cst/Makefile
--- a/gsm-fw/g23m-glue/cst/Makefile	Sat Apr 25 22:15:08 2015 +0000
+++ b/gsm-fw/g23m-glue/cst/Makefile	Sat Apr 25 22:22:50 2015 +0000
@@ -5,7 +5,7 @@
 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \
 	-I../../cdginc
 
-OBJS=	cst_csf.o cst_exts.o cst_pei.o
+OBJS=	cst_csf.o cst_exts.o cst_pei.o cst_stack.o
 
 all:	${OBJS}
 
diff -r eebafd9f4275 -r 8140945526c2 gsm-fw/g23m-glue/cst/cst_stack.c
--- a/gsm-fw/g23m-glue/cst/cst_stack.c	Sat Apr 25 22:15:08 2015 +0000
+++ b/gsm-fw/g23m-glue/cst/cst_stack.c	Sat Apr 25 22:22:50 2015 +0000
@@ -11,9 +11,9 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "nucleus.h"
-#include "cs_defs.h"
-#include "tc_defs.h"
+#include "../../nucleus/nucleus.h"
+#include "../../nucleus/cs_defs.h"
+#include "../../nucleus/tc_defs.h"
 
 // The following stack sizes are defined in int.s
 #define IRQ_STACK_SIZE  128                // Number of bytes in IRQ stack
@@ -160,4 +160,3 @@
   vsi_o_trace("CST", 0x08, "-------------------------------------------------");
   vsi_t_sleep("",30);
 }
-