Fixing media, second part
This commit is contained in:
@@ -2,10 +2,6 @@
|
||||
|
||||
project(llplugin)
|
||||
|
||||
if (WORD_SIZE EQUAL 64)
|
||||
set(REQUIRE_PIC)
|
||||
endif(WORD_SIZE EQUAL 64)
|
||||
|
||||
include(00-Common)
|
||||
include(LLCommon)
|
||||
include(LLImage)
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user