diff options
author | Johnathan Corgan | 2009-10-10 16:48:58 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-10-10 16:48:58 -0700 |
commit | 58f84719a2084142bd2fe008a7ff4b1f05b5a598 (patch) | |
tree | d6d26152a4a977b985d038d45b5d8d74f0711162 /usrp/host/lib/db_wbxng.cc | |
parent | 212f623428ddfcd17021f4b431750305024626a1 (diff) | |
download | gnuradio-58f84719a2084142bd2fe008a7ff4b1f05b5a598.tar.gz gnuradio-58f84719a2084142bd2fe008a7ff4b1f05b5a598.tar.bz2 gnuradio-58f84719a2084142bd2fe008a7ff4b1f05b5a598.zip |
#include "config.h" in db_wbxng.cc (for timespec, nanosleep, etc.)
Patch-by: Don Ward <don2387ward@sprynet.com>
Diffstat (limited to 'usrp/host/lib/db_wbxng.cc')
-rw-r--r-- | usrp/host/lib/db_wbxng.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usrp/host/lib/db_wbxng.cc b/usrp/host/lib/db_wbxng.cc index 38c3a2886..56a8486ce 100644 --- a/usrp/host/lib/db_wbxng.cc +++ b/usrp/host/lib/db_wbxng.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 <usrp/db_wbxng.h> #include "db_wbxng_adf4350.h" #include <db_base_impl.h> |