From 88b7712448a06545fb42854f63f642227c5b0d2a Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 12 Mar 2011 21:26:01 +0100 Subject: rpc_private.h: change guard need another guard, else rpc/rpc.h might not be included Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/inet/rpc/rpc_private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/inet') 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 /* Now define the internal interfaces. */ -- cgit v1.2.3