Rudiments
sharedmemoryincludes.h
1 // Copyright (c) 1999-2002 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 #ifdef RUDIMENTS_HAVE_SHMGET
9  #include <sys/ipc.h>
10  #include <sys/shm.h>
11 #else
12  typedef void shmid_ds;
13 #endif