summaryrefslogtreecommitdiff
path: root/usrp/host/lib/db_dbs_rx.cc
diff options
context:
space:
mode:
authorMatt Ettus2009-10-06 00:33:39 -0700
committerMatt Ettus2009-10-06 00:33:39 -0700
commit3f8026a00c261c788357b3a04f5b338a6cda4d0e (patch)
treeda08ade9266b2205c79967601f201e22da6cbe9b /usrp/host/lib/db_dbs_rx.cc
parent61926130bef20051001f97abfae4c16ffc7963f6 (diff)
parentc6b4290d73069e4e4f0f71b04a65b9670318e86d (diff)
downloadgnuradio-3f8026a00c261c788357b3a04f5b338a6cda4d0e.tar.gz
gnuradio-3f8026a00c261c788357b3a04f5b338a6cda4d0e.tar.bz2
gnuradio-3f8026a00c261c788357b3a04f5b338a6cda4d0e.zip
Merge branch 'master' of http://gnuradio.org/git/gnuradio
Diffstat (limited to 'usrp/host/lib/db_dbs_rx.cc')
-rw-r--r--usrp/host/lib/db_dbs_rx.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/usrp/host/lib/db_dbs_rx.cc b/usrp/host/lib/db_dbs_rx.cc
index 99f66c785..7fe8c4951 100644
--- a/usrp/host/lib/db_dbs_rx.cc
+++ b/usrp/host/lib/db_dbs_rx.cc
@@ -1,5 +1,5 @@
//
-// Copyright 2008 Free Software Foundation, Inc.
+// Copyright 2008,2009 Free Software Foundation, Inc.
//
// This file is part of GNU Radio
//
@@ -18,6 +18,10 @@
// the Free Software Foundation, Inc., 51 Franklin Street,
// Boston, MA 02110-1301, USA.
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <usrp/db_dbs_rx.h>
#include <db_base_impl.h>
#include <cmath>