diff options
author | Martin Hollmichel <mh@openoffice.org> | 2001-10-04 07:35:51 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2001-10-04 07:35:51 +0000 |
commit | d15447c3bdd915a640376f7c1bdd9bd126e4da89 (patch) | |
tree | 966f6c6a61e49ad17533f5a2f7f6e8cc1bfd1165 /xmlhelp | |
parent | 16e10b7044eba27a806463f79162e3ef81b1738e (diff) |
chg: Syntax
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/provider.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/provider.cxx b/xmlhelp/source/cxxhelp/provider/provider.cxx index 0451e18b692a..26a109658152 100644 --- a/xmlhelp/source/cxxhelp/provider/provider.cxx +++ b/xmlhelp/source/cxxhelp/provider/provider.cxx @@ -2,9 +2,9 @@ * * $RCSfile: provider.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: abi $ $Date: 2001-10-01 14:24:09 $ + * last change: $Author: mh $ $Date: 2001-10-04 08:35:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,6 +65,8 @@ *************************************************************************/ +#include <stdio.h> + #ifndef _VOS_DIAGNOSE_HXX_ #include <vos/diagnose.hxx> #endif |