From: arjen Date: Thu, 26 Sep 2002 14:51:52 +0000 (+0000) Subject: Fixed declaration of strlen() X-Git-Tag: V0_3~14 X-Git-Url: http://www.andromeda.nl/gitweb/?p=AXE.git;a=commitdiff_plain;h=b5cf1c3c4c844dd568eb14760c5fcb2b3d2e4c9a Fixed declaration of strlen() --- diff --git a/src/out.cpp b/src/out.cpp index 4dc2fc8..7f0a527 100644 --- a/src/out.cpp +++ b/src/out.cpp @@ -7,7 +7,7 @@ #include #include -extern "C" unsigned int strlen(const char*); +#include #include