summaryrefslogtreecommitdiff
path: root/Modules/_librabbitmq/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_librabbitmq/connection.h')
-rw-r--r--Modules/_librabbitmq/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_librabbitmq/connection.h b/Modules/_librabbitmq/connection.h
index c7e52e4..9dea28d 100644
--- a/Modules/_librabbitmq/connection.h
+++ b/Modules/_librabbitmq/connection.h
@@ -49,7 +49,7 @@
# elif defined(__GNUC__) && !defined(__GNUC_STDC_INLINE__)
# define _PYRMQ_INLINE extern __inline
# else
-# define _PYRMQ_INLINE __inline
+# define _PYRMQ_INLINE extern __inline
# endif
#endif