diff options
Diffstat (limited to 'sysutils/xosview/patches/patch-as')
-rw-r--r-- | sysutils/xosview/patches/patch-as | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/xosview/patches/patch-as b/sysutils/xosview/patches/patch-as new file mode 100644 index 00000000000..b31dc20bf1c --- /dev/null +++ b/sysutils/xosview/patches/patch-as @@ -0,0 +1,9 @@ +$NetBSD: patch-as,v 1.1 2003/10/01 01:14:35 christos Exp $ + +--- fieldmetergraph.cc.orig 2003-09-30 20:49:12.000000000 -0400 ++++ fieldmetergraph.cc 2003-09-30 20:49:19.000000000 -0400 +@@ -26,3 +26,3 @@ + +-#include <fstream.h> ++#include <fstream> + #include <math.h> // For fabs() |