Redesigned option handling, start of libtool introduction
[fw/sdcc] / sim / ucsim / globals.h
index 2a3c8e405514ec3b1d5fbec55eb9a8eea13ad602..ff273b5d864faad423fec69150a106e469a2a91a 100644 (file)
@@ -30,10 +30,12 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 #include "ddconfig.h"
 
+// prj
 #include "stypes.h"
+#include "appcl.h"
 
 
-//extern class cl_sim *simulator;
+extern class cl_app *application;
 
 extern char delimiters[];