From bae2ce805478099c1f436e42cd2f47b3ca0caefd Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 14 Apr 2011 00:04:08 +0200 Subject: s3: fix the build of --with-profiling-data. Guenther --- 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 201da3e399..9a3bb62508 100644 --- a/source3/profile/profile.c +++ b/source3/profile/profile.c @@ -20,6 +20,7 @@ */ #include "includes.h" +#include "system/shmem.h" #include "messages.h" #ifdef WITH_PROFILE -- cgit