diff options
-rw-r--r-- | libc/inet/rpc/rpc_private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/inet/rpc/rpc_private.h b/libc/inet/rpc/rpc_private.h index 38ade1ce5..adb81383c 100644 --- a/libc/inet/rpc/rpc_private.h +++ b/libc/inet/rpc/rpc_private.h @@ -1,4 +1,5 @@ -#ifndef _RPC_RPC_H +#ifndef _RPC_PRIVATE_H +#define _RPC_PRIVATE_H #include <rpc/rpc.h> /* Now define the internal interfaces. */ |