diff options
author | Thomas Tsou <ttsou@vt.edu> | 2009-10-01 13:33:33 -0400 |
---|---|---|
committer | Thomas Tsou <ttsou@vt.edu> | 2009-10-01 13:33:33 -0400 |
commit | 152b281b03ab6386938c2cec4394b998c4bb44ef (patch) | |
tree | 687be184d5bb4c8a5756b4bf353058a987ee5261 /usrp/host/lib/usrp_standard.cc | |
parent | df4edacd55663aecee58a9b3f95cbc08bceaab81 (diff) |
Added config.h headers to fix win32 build
Diffstat (limited to 'usrp/host/lib/usrp_standard.cc')
-rw-r--r-- | usrp/host/lib/usrp_standard.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usrp/host/lib/usrp_standard.cc b/usrp/host/lib/usrp_standard.cc index b112dbe0c7..541dd3f570 100644 --- a/usrp/host/lib/usrp_standard.cc +++ b/usrp/host/lib/usrp_standard.cc @@ -20,6 +20,10 @@ * Boston, MA 02110-1301, USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <usrp/usrp_standard.h> #include "usrp/usrp_prims.h" |