summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/include/rpc/clnt.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-10 07:29:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-10 07:29:14 +0000
commitcd9564e1cd88d45a551d61e862b630e1c9a940d4 (patch)
tree085b3cf2ebef9b959cbd88c23cb231b121632aba /cpukit/librpc/include/rpc/clnt.h
parent2007-05-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-cd9564e1cd88d45a551d61e862b630e1c9a940d4.tar.bz2
Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.
Diffstat (limited to '')
-rw-r--r--cpukit/librpc/include/rpc/clnt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/librpc/include/rpc/clnt.h b/cpukit/librpc/include/rpc/clnt.h
index 85e31d931e..65201c3c48 100644
--- a/cpukit/librpc/include/rpc/clnt.h
+++ b/cpukit/librpc/include/rpc/clnt.h
@@ -64,7 +64,7 @@
#ifndef _RPC_CLNT_H_
#define _RPC_CLNT_H_
#include <rpc/clnt_stat.h>
-#include <sys/cdefs.h>
+#include <rtems/bsd/sys/cdefs.h>
#include <sys/un.h>
/*