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_base.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usrp/host/lib/db_base.cc') diff --git a/usrp/host/lib/db_base.cc b/usrp/host/lib/db_base.cc index 102166a86..1cb463429 100644 --- a/usrp/host/lib/db_base.cc +++ b/usrp/host/lib/db_base.cc @@ -19,6 +19,10 @@ // Boston, MA 02110-1301, USA. // +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include -- cgit