summaryrefslogtreecommitdiffstats
path: root/lib/libc/xdr/xdr_sizeof.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/xdr/xdr_sizeof.c')
-rw-r--r--lib/libc/xdr/xdr_sizeof.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/xdr/xdr_sizeof.c b/lib/libc/xdr/xdr_sizeof.c
index 5a4c1a7..f90cc34 100644
--- a/lib/libc/xdr/xdr_sizeof.c
+++ b/lib/libc/xdr/xdr_sizeof.c
@@ -1,4 +1,6 @@
/*
+ * $FreeBSD$
+ *
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
* media and as a part of the software program in whole or part. Users
@@ -35,10 +37,12 @@
* when serialized using XDR.
*/
+#include "namespace.h"
#include <rpc/types.h>
#include <rpc/xdr.h>
#include <sys/types.h>
#include <stdlib.h>
+#include "un-namespace.h"
/* ARGSUSED */
static bool_t
OpenPOWER on IntegriCloud