lib: Fix header include protection #define
authorVolker Lendecke <vl@samba.org>
Tue, 25 Nov 2014 11:55:26 +0000 (12:55 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 25 Nov 2014 14:38:22 +0000 (15:38 +0100)
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

source3/lib/unix_msg/unix_msg.h

index 56f7a40fafd1c78cb555f3c020b06514b999ce10..83d7067408405f0476160449c37f052f6c4e1e5a 100644 (file)
@@ -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"