From 0c6ade00274b175df76af4dc6dfa5f19cc78876a Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Tue, 27 Feb 2018 07:40:10 +0100 Subject: Fix: fixed name of the define to the one set in lib/CMakeLists.txt --- include/grgsm/api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/grgsm/api.h') diff --git a/include/grgsm/api.h b/include/grgsm/api.h index a5684b4..cfe13b1 100644 --- a/include/grgsm/api.h +++ b/include/grgsm/api.h @@ -25,7 +25,7 @@ #include -#ifdef gnuradio_gsm_EXPORTS +#ifdef grgsm_EXPORTS # define GRGSM_API __GR_ATTR_EXPORT #else # define GRGSM_API __GR_ATTR_IMPORT -- cgit v1.2.3