summaryrefslogtreecommitdiff
path: root/usrp/host/lib/db_flexrf.cc
diff options
context:
space:
mode:
authorThomas Tsou <ttsou@vt.edu>2009-10-01 13:33:33 -0400
committerThomas Tsou <ttsou@vt.edu>2009-10-01 13:33:33 -0400
commit152b281b03ab6386938c2cec4394b998c4bb44ef (patch)
tree687be184d5bb4c8a5756b4bf353058a987ee5261 /usrp/host/lib/db_flexrf.cc
parentdf4edacd55663aecee58a9b3f95cbc08bceaab81 (diff)
Added config.h headers to fix win32 build
Diffstat (limited to 'usrp/host/lib/db_flexrf.cc')
-rw-r--r--usrp/host/lib/db_flexrf.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/usrp/host/lib/db_flexrf.cc b/usrp/host/lib/db_flexrf.cc
index 2d2bfabbb2..f6b44834b0 100644
--- a/usrp/host/lib/db_flexrf.cc
+++ b/usrp/host/lib/db_flexrf.cc
@@ -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_flexrf.h>
#include <db_base_impl.h>