diff --git a/ppremake/filename.cxx b/ppremake/filename.cxx index 12651e9fb5..df64a041e1 100644 --- a/ppremake/filename.cxx +++ b/ppremake/filename.cxx @@ -34,7 +34,10 @@ #endif #ifdef HAVE_GLOB_H -#include + #include + #ifndef GLOB_NOMATCH + #define GLOB_NOMATCH -3 + #endif #endif #ifdef HAVE_DIRENT_H