mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 18:59:09 +00:00
plAgeLoader needs unistd for getpid.
This commit is contained in:
@ -46,7 +46,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
//#include "hsTimer.h"
|
//#include "hsTimer.h"
|
||||||
#include "plResPatcher.h"
|
#include "plResPatcher.h"
|
||||||
#include "plBackgroundDownloader.h"
|
#include "plBackgroundDownloader.h"
|
||||||
#include "process.h" // for getpid()
|
#if HS_BUILD_FOR_WIN32
|
||||||
|
# include "process.h" // for getpid()
|
||||||
|
#else
|
||||||
|
# include <unistd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "pnProduct/pnProduct.h"
|
#include "pnProduct/pnProduct.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user