summaryrefslogtreecommitdiffstats
path: root/source4/lib
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-05-06 13:38:44 +1200
committerAndrew Bartlett <abartlet@samba.org>2014-06-04 03:22:26 +0200
commita23c62add4e30407c257394d8aae383dca492df0 (patch)
tree43ffb8723bb2a0ef8262537db9fd1364a7bcd501 /source4/lib
parent57228317fc2339b83cccf4b1f3515d8a3b435a3c (diff)
downloadsamba-a23c62add4e30407c257394d8aae383dca492df0.tar.gz
samba-a23c62add4e30407c257394d8aae383dca492df0.tar.xz
samba-a23c62add4e30407c257394d8aae383dca492df0.zip
s4-messaging: Make header guard less generic
Change-Id: I659bbb317e69aee6632db8bce3c4bdb5f9ad3d8d Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/messaging/messaging.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/messaging/messaging.h b/source4/lib/messaging/messaging.h
index 984cd36e89d..b84f5d8286f 100644
--- a/source4/lib/messaging/messaging.h
+++ b/source4/lib/messaging/messaging.h
@@ -18,8 +18,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _MESSAGES_H_
-#define _MESSAGES_H_
+#ifndef _SOURCE4_LIB_MESSAGING_MESSAGES_H_
+#define _SOURCE4_LIB_MESSAGING_MESSAGES_H_
#include "librpc/gen_ndr/server_id.h"