summaryrefslogtreecommitdiff
path: root/ham/gnuradio-core/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'ham/gnuradio-core/patches/patch-ae')
-rw-r--r--ham/gnuradio-core/patches/patch-ae12
1 files changed, 12 insertions, 0 deletions
diff --git a/ham/gnuradio-core/patches/patch-ae b/ham/gnuradio-core/patches/patch-ae
new file mode 100644
index 00000000000..f0a26e5d4b9
--- /dev/null
+++ b/ham/gnuradio-core/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2006/05/28 17:28:17 joerg Exp $
+
+--- src/lib/io/gr_file_sink.cc.orig 2006-05-28 16:44:28.000000000 +0000
++++ src/lib/io/gr_file_sink.cc
+@@ -30,6 +30,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>
++#include <unistd.h>
+ #include <stdexcept>
+
+ // win32 (mingw/msvc) specific