aboutsummaryrefslogtreecommitdiff
path: root/tests
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 /tests
parent8eeebe8f6d91af4219fac3a29252a802ee58fe04 (diff)
Help Mac OS X by including rpc/types.h before rpc/xdr.h
Diffstat (limited to 'tests')
-rw-r--r--tests/cxx/hybrid/binary/xdr/driver.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/hybrid/binary/xdr/driver.cxx b/tests/cxx/hybrid/binary/xdr/driver.cxx
index 2f87dd9..a8a3010 100644
--- a/tests/cxx/hybrid/binary/xdr/driver.cxx
+++ b/tests/cxx/hybrid/binary/xdr/driver.cxx
@@ -8,6 +8,8 @@
#include <stddef.h> // size_t
#include <string.h> // memcpy
+
+#include <rpc/types.h>
#include <rpc/xdr.h>
#include <memory>