Added config.h headers to fix win32 build

This commit is contained in:
Thomas Tsou 2009-10-01 13:33:33 -04:00
parent 53ed3fef34
commit 026203de61
10 changed files with 40 additions and 0 deletions

View File

@ -19,6 +19,10 @@
// Boston, MA 02110-1301, USA.
//
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <usrp/db_base.h>
#include <db_base_impl.h>

View File

@ -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_basic.h>
#include <db_base_impl.h>

View File

@ -20,6 +20,10 @@
// Boston, MA 02110-1301, USA.
//
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <db_boards.h>
#include <usrp/usrp_dbid.h>
#include <usrp/db_basic.h>

View File

@ -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>

View File

@ -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 <usrp/db_dtt754.h>
#include <db_base_impl.h>

View File

@ -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 <usrp/db_dtt768.h>
#include <db_base_impl.h>

View File

@ -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>

View File

@ -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_tv_rx.h>
#include <db_base_impl.h>

View File

@ -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_xcvr2450.h>
#include <db_base_impl.h>
#include <cmath>

View File

@ -20,6 +20,10 @@
* Boston, MA 02110-1301, USA.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <usrp/usrp_standard.h>
#include "usrp/usrp_prims.h"