projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32cd611
)
Fixing another errant "HAVE_ERRNO_H" preprocessor definition
author
John F. Fay
<johnffay@nettally.com>
Sun, 13 Dec 2009 13:46:20 +0000
(13:46 +0000)
committer
John F. Fay
<johnffay@nettally.com>
Sun, 13 Dec 2009 13:46:20 +0000
(13:46 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@862
7f0cb862
-5218-0410-a997-
914c9d46530a
src/freeglut_spaceball.c
patch
|
blob
|
history
diff --git
a/src/freeglut_spaceball.c
b/src/freeglut_spaceball.c
index
a2e70ed
..
cab97e1
100644
(file)
--- a/
src/freeglut_spaceball.c
+++ b/
src/freeglut_spaceball.c
@@
-218,7
+218,7
@@
OF SUCH DAMAGE.
#include <stdlib.h>
\r
#include <string.h>
\r
\r
-#if HAVE_ERRNO_H
\r
+#ifdef HAVE_ERRNO_H
\r
#include <errno.h>
\r
#endif
\r
\r