mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
copy filename to ppremake code
This commit is contained in:
parent
46821fc8f1
commit
09b13f8356
@ -37,6 +37,12 @@
|
||||
#include <dirent.h>
|
||||
#endif
|
||||
|
||||
// It's true that dtoolbase.h includes this already, but we include
|
||||
// this again in case we are building this file within ppremake.
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(WIN32)
|
||||
/* begin Win32-specific code */
|
||||
|
Loading…
x
Reference in New Issue
Block a user