aboutsummaryrefslogtreecommitdiff
path: root/libxsde
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-04-06 16:39:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-04-06 16:39:14 +0200
commit0dc4463e51827cd01ef52198af04364eaf71d528 (patch)
tree7e4c15bf5d418564e34d05ad1484b73638586e7d /libxsde
parent8eeebe8f6d91af4219fac3a29252a802ee58fe04 (diff)
Help Mac OS X by including rpc/types.h before rpc/xdr.h
Diffstat (limited to 'libxsde')
-rw-r--r--libxsde/xsde/cxx/hybrid/xdr/istream.hxx2
-rw-r--r--libxsde/xsde/cxx/hybrid/xdr/ostream.hxx2
2 files changed, 4 insertions, 0 deletions
diff --git a/libxsde/xsde/cxx/hybrid/xdr/istream.hxx b/libxsde/xsde/cxx/hybrid/xdr/istream.hxx
index c5c2f8b..f3adcff 100644
--- a/libxsde/xsde/cxx/hybrid/xdr/istream.hxx
+++ b/libxsde/xsde/cxx/hybrid/xdr/istream.hxx
@@ -9,6 +9,8 @@
#include <xsde/cxx/config.hxx>
#include <stddef.h> // size_t
+
+#include <rpc/types.h>
#include <rpc/xdr.h>
#ifdef XSDE_STL
diff --git a/libxsde/xsde/cxx/hybrid/xdr/ostream.hxx b/libxsde/xsde/cxx/hybrid/xdr/ostream.hxx
index dfcde12..a7919f2 100644
--- a/libxsde/xsde/cxx/hybrid/xdr/ostream.hxx
+++ b/libxsde/xsde/cxx/hybrid/xdr/ostream.hxx
@@ -9,6 +9,8 @@
#include <xsde/cxx/config.hxx>
#include <stddef.h> // size_t
+
+#include <rpc/types.h>
#include <rpc/xdr.h>
#ifdef XSDE_STL