freebsd-ports/x11/accessx/files/patch-Access.h
Martin Wilke a933b342e0 - Fix build
PR:		109184
Submitted by:	Stephen Montgomery-Smith <stephen@cauchy.math.missouri.edu> (maintainer)
2007-02-15 11:44:54 +00:00

11 lines
206 B
C

--- Access.h-orig Sun Nov 17 19:34:23 2002
+++ Access.h Sun Nov 17 19:34:34 2002
@@ -20,7 +20,7 @@
*
*/
-#include <iostream.h>
+#include <iostream>
#include <math.h>
inline char* onoroff(int val)