Include errno if not already included.

This commit is contained in:
Steel Titanium 2018-05-13 16:04:34 -04:00
parent 7f084868b9
commit b4d479ad9a
1 changed files with 4 additions and 0 deletions

View File

@ -67,6 +67,10 @@
#endif
#endif
#ifndef errno
#include "errno.h"
#endif
#define NUMVERTEXNORMALS 162
float avertexnormals[NUMVERTEXNORMALS][3] = {
{-0.525731f, 0.000000f, 0.850651f},