From 94f2530b4c40d7e03d78aa25c46a46659bbc31da Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 25 Nov 2014 12:55:26 +0100 Subject: [PATCH 1/1] lib: Fix header include protection #define Signed-off-by: Volker Lendecke Reviewed-by: Ira Cooper Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Tue Nov 25 15:38:22 CET 2014 on sn-devel-104 --- source3/lib/unix_msg/unix_msg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/lib/unix_msg/unix_msg.h b/source3/lib/unix_msg/unix_msg.h index 56f7a40fafd..83d70674084 100644 --- a/source3/lib/unix_msg/unix_msg.h +++ b/source3/lib/unix_msg/unix_msg.h @@ -16,8 +16,8 @@ * along with this program. If not, see . */ -#ifndef __UNIX_DGRAM_H__ -#define __UNIX_DGRAM_H__ +#ifndef __UNIX_MSG_H__ +#define __UNIX_MSG_H__ #include "replace.h" #include "poll_funcs/poll_funcs.h" -- 2.34.1