summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_private.h
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2010-10-21 17:49:04 +0100
committerDavid Wragg <david@rabbitmq.com>2010-10-21 17:49:04 +0100
commit905b591638861dafd76d6c9525bf7d9edf64f81f (patch)
tree78b9fa9d28b787ed1853441e2206e408ffd12bb7 /librabbitmq/amqp_private.h
parentf6d629ce5f6c06d48da68eb07326b9bf11c3683a (diff)
downloadrabbitmq-c-github-ask-905b591638861dafd76d6c9525bf7d9edf64f81f.tar.gz
Get autoconf to detect the inline function syntax
Diffstat (limited to 'librabbitmq/amqp_private.h')
-rw-r--r--librabbitmq/amqp_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/librabbitmq/amqp_private.h b/librabbitmq/amqp_private.h
index c30663a..9d7c4e5 100644
--- a/librabbitmq/amqp_private.h
+++ b/librabbitmq/amqp_private.h
@@ -51,6 +51,8 @@
* ***** END LICENSE BLOCK *****
*/
+#include "config.h"
+
#ifdef __cplusplus
extern "C" {
#endif