diff --git a/ppremake/ppCommandFile.cxx b/ppremake/ppCommandFile.cxx index d7732e0565..530afd579b 100644 --- a/ppremake/ppCommandFile.cxx +++ b/ppremake/ppCommandFile.cxx @@ -1500,7 +1500,9 @@ handle_defer_command() { def = _scope->expand_self_reference(def, varname); _scope->define_variable(varname, def); - if (verbose>=2) cerr<<"#defer "<=2) { + cerr<<"#defer "<expand_string(_params.substr(p)); _scope->define_variable(varname, def); - if (verbose>=2) cerr<<"#define "<=2) { + cerr<<"#define "< -#endif // HAVE_GETOPT_H + #ifdef HAVE_GETOPT_H + #include + #endif // HAVE_GETOPT_H #else -#include "gnu_getopt.h" + #include "gnu_getopt.h" #endif // HAVE_GETOPT #ifdef HAVE_UNISTD_H -#include + #include #endif #include