mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
- make patches conform to recommended format (makepatch) PR: 209399 Submitted by: yuri@rawbw.com
11 lines
226 B
C
11 lines
226 B
C
--- GLObject.H.orig 2000-06-22 14:36:07 UTC
|
|
+++ GLObject.H
|
|
@@ -11,7 +11,7 @@
|
|
#pragma warning(disable : 4051) // ALPHA
|
|
#endif
|
|
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
|
|
#include "GLextensions.H"
|
|
#include "PnmIO.H"
|