diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2002-08-21 07:27:38 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2002-08-21 07:27:38 +0000 |
commit | a12ececf56568e8b0477bf1f7a1093d09fdb81db (patch) | |
tree | 75d5f373c6154da023025cddb700f898067d9866 /cosv | |
parent | 87dcf29787ee51dc298bd85c15c5c8e95eeda0d4 (diff) |
#100000# NP: correct wrong stdlib-include (replaced local stdlib.h by the global one)
Diffstat (limited to 'cosv')
-rw-r--r-- | cosv/source/service/std_outp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cosv/source/service/std_outp.cxx b/cosv/source/service/std_outp.cxx index f12e5ddb7111..e7f315298709 100644 --- a/cosv/source/service/std_outp.cxx +++ b/cosv/source/service/std_outp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: std_outp.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: np $ $Date: 2002-05-14 08:08:46 $ + * last change: $Author: vg $ $Date: 2002-08-21 08:27:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,7 +63,7 @@ #include <cosv/std_outp.hxx> // NOT FULLY DECLARED SERVICES -#include "stdlib.h" +#include <stdlib.h> namespace csv |