Fix build issues on Linux

This commit is contained in:
rdb 2009-07-13 08:18:49 +00:00
parent 9fa212a48a
commit 39c1cb42c9
2 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,7 @@
// link with it in direct/src/plugin, without pulling in the rest of
// Panda.
#define BUILD_TARGET $[and $[OSX_PLATFORM],$[HAVE_P3D_PLUGIN]]
#define BUILD_TARGET $[and $[or $[OSX_PLATFORM],$[UNIX_PLATFORM]],$[HAVE_P3D_PLUGIN]]
#define TARGET subprocbuffer

View File

@ -15,6 +15,7 @@
#include "subprocessWindowBuffer.h"
#include <sys/mman.h>
#include <fcntl.h>
#include <string.h>
#include <iostream>
using namespace std;