freebsd-ports/games/znibbles/files/patch-src::DLList.cc
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
265 B
C++

--- src/DLList.cc Sun Apr 4 06:03:04 1999
+++ src/DLList.cc Sat Oct 26 00:48:24 2002
@@ -21,7 +21,7 @@
//#pragma implementation
#endif
#include <limits.h>
-#include <stream.h>
+//#include <stream>
#include <stdio.h>
#include <errno.h>
//#include <builtin.h>