diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2014-05-06 13:38:44 +1200 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2014-06-04 03:22:26 +0200 |
| commit | a23c62add4e30407c257394d8aae383dca492df0 (patch) | |
| tree | 43ffb8723bb2a0ef8262537db9fd1364a7bcd501 /source4 | |
| parent | 57228317fc2339b83cccf4b1f3515d8a3b435a3c (diff) | |
| download | samba-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')
| -rw-r--r-- | source4/lib/messaging/messaging.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/messaging/messaging.h b/source4/lib/messaging/messaging.h index 984cd36e89..b84f5d8286 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" |
