aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2018-02-27 07:40:10 +0100
committerPiotr Krysik <ptrkrysik@gmail.com>2018-02-27 14:45:14 +0100
commit0c6ade00274b175df76af4dc6dfa5f19cc78876a (patch)
treee766ac0aff764e7415cd4f74d1d90a0e9a436067 /include
parenteee1b1675b0143fb055dc270a9ab714faad7532c (diff)
Fix: fixed name of the define to the one set in lib/CMakeLists.txt
Diffstat (limited to 'include')
-rw-r--r--include/grgsm/api.h2
1 files changed, 1 insertions, 1 deletions
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 <gnuradio/attributes.h>
-#ifdef gnuradio_gsm_EXPORTS
+#ifdef grgsm_EXPORTS
# define GRGSM_API __GR_ATTR_EXPORT
#else
# define GRGSM_API __GR_ATTR_IMPORT