mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
- Pass maintainership to submitter - Fix build with GCC 4.1 http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006092721/glclock-5.0_2.log PR: ports/103880 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
11 lines
252 B
C
11 lines
252 B
C
--- GLObject.H.orig Sun Oct 1 20:06:31 2006
|
|
+++ GLObject.H Sun Oct 1 20:06:40 2006
|
|
@@ -11,7 +11,7 @@
|
|
#pragma warning(disable : 4051) // ALPHA
|
|
#endif
|
|
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
|
|
#include "GLextensions.H"
|
|
#include "PnmIO.H"
|