diff options
| author | Günther Deschner <gd@samba.org> | 2011-04-14 00:04:08 +0200 | 
|---|---|---|
| committer | Günther Deschner <gd@samba.org> | 2011-04-14 00:47:57 +0200 | 
| commit | bae2ce805478099c1f436e42cd2f47b3ca0caefd (patch) | |
| tree | 5c10eb9ae70bfa056184e2167e40dbaf4028c586 | |
| parent | 321587e44a337e8c47ed3a3c22dd1243d06d8a26 (diff) | |
| download | samba-bae2ce805478099c1f436e42cd2f47b3ca0caefd.tar.gz samba-bae2ce805478099c1f436e42cd2f47b3ca0caefd.tar.bz2 samba-bae2ce805478099c1f436e42cd2f47b3ca0caefd.zip  | |
s3: fix the build of --with-profiling-data.
Guenther
| -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 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  | 
