summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/rpc/auth_none.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/librpc/src/rpc/auth_none.c')
-rw-r--r--cpukit/librpc/src/rpc/auth_none.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/librpc/src/rpc/auth_none.c b/cpukit/librpc/src/rpc/auth_none.c
index d88d150977..48b3741df7 100644
--- a/cpukit/librpc/src/rpc/auth_none.c
+++ b/cpukit/librpc/src/rpc/auth_none.c
@@ -41,6 +41,10 @@ static char *rcsid = "$FreeBSD: src/lib/libc/rpc/auth_none.c,v 1.9 1999/08/28 00
* Copyright (C) 1984, Sun Microsystems, Inc.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdlib.h>
#include <rpc/types.h>
#include <rpc/xdr.h>