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_flexrf.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usrp/host/lib/db_flexrf.cc') diff --git a/usrp/host/lib/db_flexrf.cc b/usrp/host/lib/db_flexrf.cc index 2819c19bd..ddd87012d 100644 --- a/usrp/host/lib/db_flexrf.cc +++ b/usrp/host/lib/db_flexrf.cc @@ -24,6 +24,9 @@ #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