diff options
author | Volker Lendecke <vl@samba.org> | 2010-05-08 22:03:23 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-05-08 22:04:32 +0200 |
commit | 58b5a164440368d55e0a05ddfc4e772d6711513e (patch) | |
tree | bfd733ca05b01768ea8b9df76ed3c08d90d038e6 /source3/profile | |
parent | e065ecc6b3680473cce46136af0772850fc0aee9 (diff) | |
download | samba-58b5a164440368d55e0a05ddfc4e772d6711513e.tar.gz |
s3: Fix the build
Diffstat (limited to 'source3/profile')
-rw-r--r-- | source3/profile/profile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/profile/profile.c b/source3/profile/profile.c index 61b0a7cc685..817bbb6b2dc 100644 --- a/source3/profile/profile.c +++ b/source3/profile/profile.c @@ -20,6 +20,7 @@ */ #include "includes.h" +#include "librpc/gen_ndr/messaging.h" #ifdef WITH_PROFILE #define IPC_PERMS ((S_IRUSR | S_IWUSR) | S_IRGRP | S_IROTH) |