mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
df0a6120f8
PR: ports/45378 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
12 lines
206 B
C
12 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)
|