mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1083
This commit is contained in:
parent
47d48d202a
commit
d959df8c0a
|
@ -27,6 +27,9 @@
|
||||||
#if HAVE_SYS_IPC_H
|
#if HAVE_SYS_IPC_H
|
||||||
#include <sys/ipc.h>
|
#include <sys/ipc.h>
|
||||||
#endif
|
#endif
|
||||||
|
#if HAVE_SYS_SHM_H
|
||||||
|
#include <sys/shm.h>
|
||||||
|
#endif
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "shmem.h"
|
#include "shmem.h"
|
||||||
|
|
Loading…
Reference in New Issue