Fixing another errant "HAVE_ERRNO_H" preprocessor definition

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@862 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2009-12-13 13:46:20 +00:00
parent e2a89d2678
commit 81d921ae4c

View File

@ -218,7 +218,7 @@ OF SUCH DAMAGE.
#include <stdlib.h>
#include <string.h>
#if HAVE_ERRNO_H
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif