From 15c1b7663d63a481ae7719efbdd38f5a05b494d2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 10 May 2000 11:08:08 +0000 Subject: patch from Dominik Kubla (This used to be commit 9c598e571decb449607042ba9628f68de9b45043) --- source3/profile/profile.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source3/profile') diff --git a/source3/profile/profile.c b/source3/profile/profile.c index 72954f90c9..c2d9b4ce89 100644 --- a/source3/profile/profile.c +++ b/source3/profile/profile.c @@ -23,10 +23,7 @@ #include "includes.h" #ifdef WITH_PROFILE - -#ifndef HAVE_SYSV_IPC -#error "You must have SYSV shared memory to compile in the profiling code" -#endif +#include extern int DEBUGLEVEL; -- cgit