Explorar el Código

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>
Peter S. Mazinger hace 15 años
padre
commit
88b7712448
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      libc/inet/rpc/rpc_private.h

+ 2 - 1
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.  */