Rudiments
/home/dmuse/src/rudiments/include/rudiments/private/sharedmemoryincludes.h
00001 // Copyright (c) 1999-2002 David Muse
00002 // See the COPYING file for more information.
00003 
00004 #include <rudiments/private/dll.h>
00005 #include <rudiments/private/inttypes.h>
00006 
00007 #include <sys/types.h>
00008 #ifdef RUDIMENTS_HAVE_SHMGET
00009         #include <sys/ipc.h>
00010         #include <sys/shm.h>
00011 #else
00012         typedef void shmid_ds;
00013 #endif