astub.cpp: fix issue where globalpal was not declared if polymost.h was not included

git-svn-id: https://svn.eduke32.com/eduke32@6916 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
pogokeen 2018-06-12 02:13:39 +00:00
parent 054f25d7ef
commit e75e8cc4aa
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
extern const char *s_buildRev;
extern const char *s_buildTimestamp;
extern int32_t globalpal;
#include <signal.h>
// Workaround for namespace pollution in <sys/stat.h> introduced in MinGW 4.8.