add: stdio.h for Solaris8

This commit is contained in:
Martin Hollmichel 2000-11-29 11:19:49 +00:00
parent 1fdf19c23f
commit fc5bafa27e
2 changed files with 8 additions and 5 deletions

View file

@ -2,9 +2,9 @@
*
* $RCSfile: CommonTools.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: oj $ $Date: 2000-10-30 07:46:12 $
* last change: $Author: mh $ $Date: 2000-11-29 12:15:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -59,6 +59,8 @@
*
************************************************************************/
#include <stdio.h>
#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
#include "connectivity/CommonTools.hxx"
#endif
@ -77,7 +79,6 @@
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
#include <com/sun/star/beans/XPropertySet.hpp>
#endif
#include <stdio.h>
#define CONNECTIVITY_PROPERTY_NAME_SPACE dbtools
#ifndef _CONNECTIVITY_PROPERTYIDS_HXX_
#include "propertyids.hxx"

View file

@ -2,9 +2,9 @@
*
* $RCSfile: mdrivermanager.cxx,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: hr $ $Date: 2000-09-18 16:14:28 $
* last change: $Author: mh $ $Date: 2000-11-29 12:19:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -59,6 +59,8 @@
*
************************************************************************/
#include <stdio.h>
#ifndef _CONNECTIVITY_DRIVERMANAGER_HXX_
#include "drivermanager.hxx"
#endif