Index: sources/src/casc.h
===================================================================
--- sources/src/casc.h	(revision 36)
+++ sources/src/casc.h	(revision 37)
@@ -19,4 +19,5 @@
 #endif
 
+#include <cstdio>
 #include <stdint.h>
 
Index: sources/src/internal_ext.h
===================================================================
--- sources/src/internal_ext.h	(revision 36)
+++ sources/src/internal_ext.h	(revision 37)
@@ -40,5 +40,5 @@
 #include "sc_fwd.h"
 #include "sc_nbdefs.h"
-#include "casc.h"
+//#include "casc.h"
 
 /*
@@ -46,5 +46,5 @@
  * not in casc namespace because dynamic link support C linkage only
  * */
-//extern "C" char unstable;
+extern "C" char unstable;
 
 // options
