diff options
Diffstat (limited to 'comms/hf/files/patch-hfkernel_mt63_mt63tx.cc')
-rw-r--r-- | comms/hf/files/patch-hfkernel_mt63_mt63tx.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/hf/files/patch-hfkernel_mt63_mt63tx.cc b/comms/hf/files/patch-hfkernel_mt63_mt63tx.cc new file mode 100644 index 000000000000..c2ff75e86d1d --- /dev/null +++ b/comms/hf/files/patch-hfkernel_mt63_mt63tx.cc @@ -0,0 +1,12 @@ +--- hfkernel/mt63/mt63tx.cc.orig Sun Jul 30 11:47:07 2006 ++++ hfkernel/mt63/mt63tx.cc Sun Jul 30 11:47:26 2006 +@@ -31,6 +31,9 @@ + #include <fcntl.h> + #include <errno.h> + #include <ctype.h> ++#ifdef __FreeBSD__ ++#include <unistd.h> ++#endif + + #include "dsp.h" + #include "mt63.h" |