diff options
Diffstat (limited to 'gr-uhd/include')
-rw-r--r-- | gr-uhd/include/gr_uhd_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/include/gr_uhd_api.h b/gr-uhd/include/gr_uhd_api.h index a9b99fd87..d20b82c99 100644 --- a/gr-uhd/include/gr_uhd_api.h +++ b/gr-uhd/include/gr_uhd_api.h @@ -27,7 +27,7 @@ #ifdef gnuradio_uhd_EXPORTS # define GR_UHD_API UHD_EXPORT #else -# define GR_UHD_API UHD_EXPORT +# define GR_UHD_API UHD_IMPORT #endif #endif /* INCLUDED_GR_UHD_API_H */ |