summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/include/includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 6f3450c4fd..da736fb225 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -281,6 +281,7 @@ typedef unsigned short mode_t;
#ifndef USE_WAITPID
#define USE_WAITPID
#endif
+#define USE_SYSV_IPC
/* SunOS doesn't have POSIX atexit */
#define atexit on_exit
#endif