summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/include/uhd/config.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/config.hpp b/host/include/uhd/config.hpp
index 006086480..9a29fb246 100644
--- a/host/include/uhd/config.hpp
+++ b/host/include/uhd/config.hpp
@@ -81,7 +81,7 @@
#define UHD_EXIM_TMPL UHD_HELPER_EXIM_TMPL
#else
#define UHD_API UHD_HELPER_DLL_IMPORT
- #define UHD_EXIM_TMPL
+ #define UHD_EXIM_TMPL UHD_HELPER_EXIM_TMPL
#endif // UHD_DLL_EXPORTS
#define UHD_LOCAL UHD_HELPER_DLL_LOCAL
#else // UHD_DLL is not defined: this means UHD is a static lib.