From 58b5a164440368d55e0a05ddfc4e772d6711513e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 8 May 2010 22:03:23 +0200 Subject: s3: Fix the build --- source3/profile/profile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/profile') diff --git a/source3/profile/profile.c b/source3/profile/profile.c index 61b0a7cc68..817bbb6b2d 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) -- cgit