freebsd-ports/games/znibbles/files/patch-src::Trame.H
Edwin Groothuis f8f04af8ca Makes games/znibbles compiling again with gcc 3.2.1.
The patch has become somebody bigger than I was hoping for. And
the original author is MIA...

Approved by:	Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
2002-10-26 14:05:11 +00:00

11 lines
275 B
C

--- src/Trame.H Mon May 10 08:58:39 1999
+++ src/Trame.H Sat Oct 26 00:28:25 2002
@@ -38,7 +38,7 @@
#ifndef __H_TRAME__
#define __H_TRAME__
-#include <iostream.h>
+#include <iostream>
// some compilers consider char as unsigned by default.
typedef signed char schar;