Rudiments
sharedmemoryincludes.h
1 // Copyright (c) 1999-2018 David Muse
2 // See the COPYING file for more information.
3 
4 #include <rudiments/private/dll.h>
5 #include <rudiments/private/inttypes.h>
6 
7 #include <sys/types.h>
8 
9 // some systems need this for key_t
10 #ifdef RUDIMENTS_HAVE_SYS_IPC_H
11  #ifndef RUDIMENTS_SYS_IPC_H
12  #define RUDIMENTS_SYS_IPC_H
13  #include <sys/ipc.h>
14  #endif
15 #endif
16 
17 class sharedmemoryprivate;