diff options
author | eb | 2007-09-13 23:21:41 +0000 |
---|---|---|
committer | eb | 2007-09-13 23:21:41 +0000 |
commit | 4e7d048aeb80f95b19cebed9d76b79e6cbe64a9a (patch) | |
tree | 71eb3edd8fe57d5701ccf3aa7bf624a76e8d1ec9 /usrp/host/apps-inband/ui_sincos.c | |
parent | 6006b92a287fa5a23bcb7905f6f854d9c9dd4462 (diff) | |
download | gnuradio-4e7d048aeb80f95b19cebed9d76b79e6cbe64a9a.tar.gz gnuradio-4e7d048aeb80f95b19cebed9d76b79e6cbe64a9a.tar.bz2 gnuradio-4e7d048aeb80f95b19cebed9d76b79e6cbe64a9a.zip |
Merged r6329:6428 of features/inband-usb + distcheck fixes into trunk.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6429 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host/apps-inband/ui_sincos.c')
-rw-r--r-- | usrp/host/apps-inband/ui_sincos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/apps-inband/ui_sincos.c b/usrp/host/apps-inband/ui_sincos.c index 36ca89c7d..27841f010 100644 --- a/usrp/host/apps-inband/ui_sincos.c +++ b/usrp/host/apps-inband/ui_sincos.c @@ -26,7 +26,7 @@ #define _GNU_SOURCE // ask for GNU extensions if available -#include <ui_sincos.h> +#include "ui_sincos.h" #include <math.h> // ---------------------------------------------------------------- |