From 152b281b03ab6386938c2cec4394b998c4bb44ef Mon Sep 17 00:00:00 2001 From: Thomas Tsou Date: Thu, 1 Oct 2009 13:33:33 -0400 Subject: Added config.h headers to fix win32 build --- usrp/host/lib/db_xcvr2450.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usrp/host/lib/db_xcvr2450.cc') diff --git a/usrp/host/lib/db_xcvr2450.cc b/usrp/host/lib/db_xcvr2450.cc index 408a05587..72367286c 100644 --- a/usrp/host/lib/db_xcvr2450.cc +++ b/usrp/host/lib/db_xcvr2450.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 #include #include -- cgit