Fixed declaration of strlen()
[AXE.git] / src / out.cpp
index 4dc2fc8..7f0a527 100644 (file)
@@ -7,7 +7,7 @@
  
 #include <stdio.h>     
 #include <stdlib.h>
-extern "C" unsigned int strlen(const char*);
+#include <string.h>
 #include <stream.h>