diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-12 21:26:01 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:21 +0200 |
commit | 88b7712448a06545fb42854f63f642227c5b0d2a (patch) | |
tree | fdc964319c27ddee58571a3dc1148f13a22733b1 | |
parent | 1533e2876bcdefbd79a68b2c953d8194054df5b9 (diff) |
rpc_private.h: change guard
need another guard, else rpc/rpc.h might not be included
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-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. */ |