summaryrefslogtreecommitdiff
path: root/gnuradio-core/src
diff options
context:
space:
mode:
authorJohnathan Corgan2012-01-13 08:07:26 -0800
committerJohnathan Corgan2012-01-13 08:07:26 -0800
commitcc0949bc08555163afdfb2062ec099f67136c970 (patch)
tree3f2c0f43f7e6506d8f0b3d1a762369a04934c257 /gnuradio-core/src
parent9ce32622bdf9244b3e3df379116b3fd1c1e0fb2d (diff)
parent1fc3b145a8cd8aa02cf31d71df483fe78759c18c (diff)
downloadgnuradio-cc0949bc08555163afdfb2062ec099f67136c970.tar.gz
gnuradio-cc0949bc08555163afdfb2062ec099f67136c970.tar.bz2
gnuradio-cc0949bc08555163afdfb2062ec099f67136c970.zip
Merge branch 'maint'
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r--gnuradio-core/src/lib/filter/qa_gri_mmse_fir_interpolator_cc.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/filter/qa_gri_mmse_fir_interpolator_cc.cc b/gnuradio-core/src/lib/filter/qa_gri_mmse_fir_interpolator_cc.cc
index 2fc97a78a..d0ed04238 100644
--- a/gnuradio-core/src/lib/filter/qa_gri_mmse_fir_interpolator_cc.cc
+++ b/gnuradio-core/src/lib/filter/qa_gri_mmse_fir_interpolator_cc.cc
@@ -31,6 +31,7 @@
#include <stdio.h>
#include <cmath>
#include <stdexcept>
+#include <unistd.h>
#define NELEM(x) (sizeof (x) / sizeof (x[0]))