summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnuradio-runtime/lib/thread/thread.cc3
-rw-r--r--gr-vocoder/lib/gsm_fr_decode_ps_impl.h2
-rw-r--r--gr-vocoder/lib/gsm_fr_encode_sp_impl.h2
3 files changed, 4 insertions, 3 deletions
diff --git a/gnuradio-runtime/lib/thread/thread.cc b/gnuradio-runtime/lib/thread/thread.cc
index 4db91d4dbe..2a5f3f7c02 100644
--- a/gnuradio-runtime/lib/thread/thread.cc
+++ b/gnuradio-runtime/lib/thread/thread.cc
@@ -166,7 +166,8 @@ namespace gr {
#elif defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) || \
- defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__GNU__)
+ defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__GNU__) || \
+ defined(__NetBSD__)
namespace gr {
namespace thread {
diff --git a/gr-vocoder/lib/gsm_fr_decode_ps_impl.h b/gr-vocoder/lib/gsm_fr_decode_ps_impl.h
index 3e60b21293..afd4dd34a7 100644
--- a/gr-vocoder/lib/gsm_fr_decode_ps_impl.h
+++ b/gr-vocoder/lib/gsm_fr_decode_ps_impl.h
@@ -26,7 +26,7 @@
#include <gnuradio/vocoder/gsm_fr_decode_ps.h>
extern "C"{
-#include "gsm/gsm.h"
+#include "gsm.h"
}
namespace gr {
diff --git a/gr-vocoder/lib/gsm_fr_encode_sp_impl.h b/gr-vocoder/lib/gsm_fr_encode_sp_impl.h
index 4a859d7b30..4b045ac657 100644
--- a/gr-vocoder/lib/gsm_fr_encode_sp_impl.h
+++ b/gr-vocoder/lib/gsm_fr_encode_sp_impl.h
@@ -26,7 +26,7 @@
#include <gnuradio/vocoder/gsm_fr_encode_sp.h>
extern "C"{
-#include "gsm/gsm.h"
+#include "gsm.h"
}
namespace gr {