summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2013-04-02 21:52:39 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2013-04-02 21:53:21 -0700
commit23a4ae0de47c2b45e0aeed7f396b73b786b25893 (patch)
treef94f94798263c3afeee2b74035064ef1e2cdc01d
parenteea870b1dd9c5b90dfa7d94e6a15ffe44cfbee7f (diff)
runtime: fix typo in include file
-rw-r--r--gnuradio-runtime/include/gr_runtime_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/include/gr_runtime_api.h b/gnuradio-runtime/include/gr_runtime_api.h
index f4e1a4ea5b..02ef9ccdcd 100644
--- a/gnuradio-runtime/include/gr_runtime_api.h
+++ b/gnuradio-runtime/include/gr_runtime_api.h
@@ -24,7 +24,7 @@
#include <attributes.h>
-#ifdef gnuradio_core_EXPORTS
+#ifdef gnuradio_runtime_EXPORTS
# define GR_RUNTIME_API __GR_ATTR_EXPORT
#else
# define GR_RUNTIME_API __GR_ATTR_IMPORT