1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/games/bzflag/files/patch-bzfio.h
Tilman Keskinoz c8370acffe Fix Build on Current
Submitted by:	Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
2002-11-24 13:59:21 +00:00

12 lines
195 B
C

--- include/bzfio.h.orig Sat Nov 23 15:06:09 2002
+++ include/bzfio.h Sat Nov 23 15:06:17 2002
@@ -23,7 +23,7 @@
#endif
#define NULL 0
-#include <iostream.h>
+#include <iostream>
#endif