diff options
Diffstat (limited to 'graphics/ocrad/patches/patch-track.cc')
-rw-r--r-- | graphics/ocrad/patches/patch-track.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/ocrad/patches/patch-track.cc b/graphics/ocrad/patches/patch-track.cc new file mode 100644 index 00000000000..951860a5391 --- /dev/null +++ b/graphics/ocrad/patches/patch-track.cc @@ -0,0 +1,12 @@ +$NetBSD: patch-track.cc,v 1.1 2013/05/23 15:04:44 joerg Exp $ + +--- track.cc.orig 2013-05-23 11:21:18.000000000 +0000 ++++ track.cc +@@ -18,6 +18,7 @@ + + #include <algorithm> + #include <cstdio> ++#include <cstdlib> + #include <vector> + + #include "common.h" |