copy filename to ppremake code

This commit is contained in:
David Rose 2002-05-22 04:54:04 +00:00
parent 46821fc8f1
commit 09b13f8356

View File

@ -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 */