diff options
Diffstat (limited to 'lib/libc/rpc/svc_dg.c')
-rw-r--r-- | lib/libc/rpc/svc_dg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/svc_dg.c b/lib/libc/rpc/svc_dg.c index 03ace97..cf828a4 100644 --- a/lib/libc/rpc/svc_dg.c +++ b/lib/libc/rpc/svc_dg.c @@ -43,8 +43,8 @@ * Does some caching in the hopes of achieving execute-at-most-once semantics. */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/types.h> #include <sys/socket.h> #include <rpc/rpc.h> |