From 0dc4463e51827cd01ef52198af04364eaf71d528 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 Apr 2009 16:39:14 +0200 Subject: Help Mac OS X by including rpc/types.h before rpc/xdr.h --- tests/cxx/hybrid/binary/xdr/driver.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/cxx/hybrid/binary') 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 // size_t #include // memcpy + +#include #include #include -- cgit v1.1