From 8df2140c18996e616e6fe1fcc8fd3e52ca5dcd74 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 13 Dec 2008 11:24:10 +0100 Subject: s4:libcli/resolve: don't use __RESOLVE_H__ it might be used by system headers too metze --- source4/libcli/resolve/resolve.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/libcli') diff --git a/source4/libcli/resolve/resolve.h b/source4/libcli/resolve/resolve.h index 942a0a0bd2..f83db3f71d 100644 --- a/source4/libcli/resolve/resolve.h +++ b/source4/libcli/resolve/resolve.h @@ -19,8 +19,8 @@ along with this program. If not, see . */ -#ifndef __RESOLVE_H__ -#define __RESOLVE_H__ +#ifndef __LIBCLI_RESOLVE_H__ +#define __LIBCLI_RESOLVE_H__ struct socket_address; struct event_context; @@ -37,4 +37,4 @@ typedef NTSTATUS (*resolve_name_recv_fn)(struct composite_context *creq, struct interface; #include "libcli/resolve/lp_proto.h" -#endif /* __RESOLVE_H__ */ +#endif /* __LIBCLI_RESOLVE_H__ */ -- cgit