From 026203de618bf7f5848b7a2de3c0476468af7961 Mon Sep 17 00:00:00 2001 From: Thomas Tsou Date: Thu, 1 Oct 2009 13:33:33 -0400 Subject: [PATCH] Added config.h headers to fix win32 build --- host/lib/db_base.cc | 4 ++++ host/lib/db_basic.cc | 4 ++++ host/lib/db_boards.cc | 4 ++++ host/lib/db_dbs_rx.cc | 4 ++++ host/lib/db_dtt754.cc | 4 ++++ host/lib/db_dtt768.cc | 4 ++++ host/lib/db_flexrf.cc | 4 ++++ host/lib/db_tv_rx.cc | 4 ++++ host/lib/db_xcvr2450.cc | 4 ++++ host/lib/usrp_standard.cc | 4 ++++ 10 files changed, 40 insertions(+) diff --git a/host/lib/db_base.cc b/host/lib/db_base.cc index 102166a..1cb4634 100644 --- a/host/lib/db_base.cc +++ b/host/lib/db_base.cc @@ -19,6 +19,10 @@ // Boston, MA 02110-1301, USA. // +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include diff --git a/host/lib/db_basic.cc b/host/lib/db_basic.cc index 0c6bede..1694d6a 100644 --- a/host/lib/db_basic.cc +++ b/host/lib/db_basic.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 diff --git a/host/lib/db_boards.cc b/host/lib/db_boards.cc index d6c6447..8ef5bac 100644 --- a/host/lib/db_boards.cc +++ b/host/lib/db_boards.cc @@ -20,6 +20,10 @@ // Boston, MA 02110-1301, USA. // +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include diff --git a/host/lib/db_dbs_rx.cc b/host/lib/db_dbs_rx.cc index 99f66c7..98b05d0 100644 --- a/host/lib/db_dbs_rx.cc +++ b/host/lib/db_dbs_rx.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 diff --git a/host/lib/db_dtt754.cc b/host/lib/db_dtt754.cc index d78c5b3..9634c61 100644 --- a/host/lib/db_dtt754.cc +++ b/host/lib/db_dtt754.cc @@ -19,6 +19,10 @@ // the Free Software Foundation, Inc., 51 Franklin Street, // Boston, MA 02110-1301, USA. +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include diff --git a/host/lib/db_dtt768.cc b/host/lib/db_dtt768.cc index a520fdc..68e3077 100644 --- a/host/lib/db_dtt768.cc +++ b/host/lib/db_dtt768.cc @@ -19,6 +19,10 @@ // the Free Software Foundation, Inc., 51 Franklin Street, // Boston, MA 02110-1301, USA. +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include diff --git a/host/lib/db_flexrf.cc b/host/lib/db_flexrf.cc index 2d2bfab..f6b4483 100644 --- a/host/lib/db_flexrf.cc +++ b/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 #include diff --git a/host/lib/db_tv_rx.cc b/host/lib/db_tv_rx.cc index 494ee7a..4b28e9b 100644 --- a/host/lib/db_tv_rx.cc +++ b/host/lib/db_tv_rx.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 diff --git a/host/lib/db_xcvr2450.cc b/host/lib/db_xcvr2450.cc index 408a055..7236728 100644 --- a/host/lib/db_xcvr2450.cc +++ b/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 diff --git a/host/lib/usrp_standard.cc b/host/lib/usrp_standard.cc index b112dbe..541dd3f 100644 --- a/host/lib/usrp_standard.cc +++ b/host/lib/usrp_standard.cc @@ -20,6 +20,10 @@ * Boston, MA 02110-1301, USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include "usrp/usrp_prims.h"