summaryrefslogtreecommitdiff
path: root/connectivity/source/sdbcx/VView.cxx
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2000-11-29 11:28:04 +0000
committerMartin Hollmichel <mh@openoffice.org>2000-11-29 11:28:04 +0000
commit9577d17b04369a6e2a8295d6fe05f822e5b57793 (patch)
tree47c741b255fd9a992b49cd82aa39abe5122e6453 /connectivity/source/sdbcx/VView.cxx
parentfc5bafa27e70d01495ddf8b22aaa95eeb639620f (diff)
add: stdio.h for Solaris8
Diffstat (limited to 'connectivity/source/sdbcx/VView.cxx')
-rw-r--r--connectivity/source/sdbcx/VView.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/sdbcx/VView.cxx b/connectivity/source/sdbcx/VView.cxx
index 3303c505ef6c..3e6293b9d185 100644
--- a/connectivity/source/sdbcx/VView.cxx
+++ b/connectivity/source/sdbcx/VView.cxx
@@ -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