From 64dac6a1f62fb8484e879f0d20ee60bc02da179c Mon Sep 17 00:00:00 2001 From: Don Ward Date: Fri, 25 Mar 2011 11:53:04 -0400 Subject: Fixing missing include files and various other patches for Windows build issues. --- usrp/host/lib/db_wbxng.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usrp/host/lib/db_wbxng.cc') diff --git a/usrp/host/lib/db_wbxng.cc b/usrp/host/lib/db_wbxng.cc index 89200653e..4d17c72d1 100644 --- a/usrp/host/lib/db_wbxng.cc +++ b/usrp/host/lib/db_wbxng.cc @@ -26,6 +26,9 @@ #include "db_wbxng_adf4350.h" #include #include +#ifdef HAVE_TIME_H +#include +#endif // d'board i/o pin defs // Tx and Rx have shared defs, but different i/o regs -- cgit