blob: f1eebc1cec85717a28defdc2623e14be06680662 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur ../newtonSDK/samples/toolBox/stdafx.h ./samples/toolBox/stdafx.h
--- ../newtonSDK/samples/toolBox/stdafx.h 2006-04-04 03:02:14.000000000 +0200
+++ ./samples/toolBox/stdafx.h 2007-05-12 15:40:31.000000000 +0200
@@ -39,7 +39,7 @@
#ifdef _MIPS_ARCH
#include <Glut/glut.h>
#else
- #include <glut.h>
+ #include <GL/glut.h>
#endif
#include <unistd.h>
#endif
|