diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-29 21:40:31 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-29 21:40:31 -0700 |
commit | 56f03bb3ae5d72397c4e0fe860629c6cab3d95b0 (patch) | |
tree | ae4a7260be0d3c75e9b85b47efbf26b6b20e4352 /gr-fft/lib/fft.cc | |
parent | 7d52216a3d789b6d0192686095c709462e827292 (diff) |
fft: moved include dir to gnuradio/fft
Diffstat (limited to 'gr-fft/lib/fft.cc')
-rw-r--r-- | gr-fft/lib/fft.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fft/lib/fft.cc b/gr-fft/lib/fft.cc index b3d0f04bc0..abcda7d30e 100644 --- a/gr-fft/lib/fft.cc +++ b/gr-fft/lib/fft.cc @@ -20,7 +20,7 @@ * Boston, MA 02110-1301, USA. */ -#include <fft/fft.h> +#include <gnuradio/fft/fft.h> #include <gnuradio/sys_paths.h> #include <fftw3.h> |