diff options
Diffstat (limited to 'usrp/host/lib/db_dtt768.cc')
-rw-r--r-- | usrp/host/lib/db_dtt768.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usrp/host/lib/db_dtt768.cc b/usrp/host/lib/db_dtt768.cc index a520fdc60..68e307723 100644 --- a/usrp/host/lib/db_dtt768.cc +++ b/usrp/host/lib/db_dtt768.cc @@ -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> |