Fixing media, second part

This commit is contained in:
Siana Gearz
2010-11-12 00:02:37 +01:00
parent 93ae868684
commit e87975b8eb
10 changed files with 47 additions and 62 deletions

View File

@@ -34,6 +34,13 @@
#include "llpluginsharedmemory.h"
#if LL_WINDOWS
#include <process.h>
#else // LL_WINDOWS
#include <sys/types.h>
#include <unistd.h>
#endif // LL_WINDOWS
// on Mac and Linux, we use the native shm_open/mmap interface by using
// #define USE_SHM_OPEN_SHARED_MEMORY 1
// in the appropriate sections below.