summaryrefslogtreecommitdiff
path: root/source3/profile
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-05-10 11:08:08 +0000
committerAndrew Tridgell <tridge@samba.org>2000-05-10 11:08:08 +0000
commit15c1b7663d63a481ae7719efbdd38f5a05b494d2 (patch)
tree994d749126f1cc217f67e4a021866900a7c6bd90 /source3/profile
parent49a0e6d5989656c1b3c9c063a20308ca4ee5d73b (diff)
downloadsamba-15c1b7663d63a481ae7719efbdd38f5a05b494d2.tar.gz
patch from Dominik Kubla <dominik.kubla@uni-mainz.de>
(This used to be commit 9c598e571decb449607042ba9628f68de9b45043)
Diffstat (limited to 'source3/profile')
-rw-r--r--source3/profile/profile.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source3/profile/profile.c b/source3/profile/profile.c
index 72954f90c9f..c2d9b4ce89e 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 <sys/shm.h>
extern int DEBUGLEVEL;