summaryrefslogtreecommitdiffstats
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-11-25 12:55:26 +0100
committerVolker Lendecke <vl@samba.org>2014-11-25 15:38:22 +0100
commit94f2530b4c40d7e03d78aa25c46a46659bbc31da (patch)
tree086e874052a7628302b27697ffc22f590a021751 /source3
parente079ffd1da6cda8b4554a4fcb94ef31c10dc8f8b (diff)
downloadsamba-94f2530b4c40d7e03d78aa25c46a46659bbc31da.tar.gz
samba-94f2530b4c40d7e03d78aa25c46a46659bbc31da.tar.xz
samba-94f2530b4c40d7e03d78aa25c46a46659bbc31da.zip
lib: Fix header include protection #define
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ira Cooper <ira@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Tue Nov 25 15:38:22 CET 2014 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/unix_msg/unix_msg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/unix_msg/unix_msg.h b/source3/lib/unix_msg/unix_msg.h
index 56f7a40faf..83d7067408 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 <http://www.gnu.org/licenses/>.
*/
-#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"