add: stdio.h for Solaris8
This commit is contained in:
parent
fc5bafa27e
commit
9577d17b04
4 changed files with 18 additions and 8 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: VCollection.cxx,v $
|
||||
*
|
||||
* $Revision: 1.8 $
|
||||
* $Revision: 1.9 $
|
||||
*
|
||||
* last change: $Author: oj $ $Date: 2000-11-14 13:42:37 $
|
||||
* last change: $Author: mh $ $Date: 2000-11-29 12:28:04 $
|
||||
*
|
||||
* 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_SDBCX_COLLECTION_HXX_
|
||||
#include "connectivity/sdbcx/VCollection.hxx"
|
||||
#endif
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: VGroup.cxx,v $
|
||||
*
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* last change: $Author: oj $ $Date: 2000-10-24 15:40:49 $
|
||||
* last change: $Author: mh $ $Date: 2000-11-29 12:28:04 $
|
||||
*
|
||||
* 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_SDBCX_GROUP_HXX_
|
||||
#include "connectivity/sdbcx/VGroup.hxx"
|
||||
#endif
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: VUser.cxx,v $
|
||||
*
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* last change: $Author: oj $ $Date: 2000-10-24 15:40:49 $
|
||||
* last change: $Author: mh $ $Date: 2000-11-29 12:28:04 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -58,6 +58,9 @@
|
|||
*
|
||||
*
|
||||
************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef _CONNECTIVITY_SDBCX_USER_HXX_
|
||||
#include "connectivity/sdbcx/VUser.hxx"
|
||||
#endif
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: VView.cxx,v $
|
||||
*
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* last change: $Author: oj $ $Date: 2000-10-24 15:40:49 $
|
||||
* last change: $Author: mh $ $Date: 2000-11-29 12:28:04 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -58,6 +58,9 @@
|
|||
*
|
||||
*
|
||||
************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef _CONNECTIVITY_SDBCX_VIEW_HXX_
|
||||
#include "connectivity/sdbcx/VView.hxx"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue