mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
11 lines
206 B
C
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)
|