summaryrefslogtreecommitdiff
path: root/examples/amqp_bind.c
diff options
context:
space:
mode:
authorMichael Steinert <mike.steinert@gmail.com>2012-12-03 12:53:53 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2013-04-09 15:54:49 -0700
commit173e563d3fcd87a03a65a9444d284d71a121e5b4 (patch)
treec0fddf724598fd29ae52ab704b9dec1985daf221 /examples/amqp_bind.c
parent12e068b65110f1780379459b96c28a4f5662109e (diff)
downloadrabbitmq-c-github-ask-173e563d3fcd87a03a65a9444d284d71a121e5b4.tar.gz
Start addressing review comments
Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
Diffstat (limited to 'examples/amqp_bind.c')
-rw-r--r--examples/amqp_bind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/amqp_bind.c b/examples/amqp_bind.c
index 1bc82f9..765e746 100644
--- a/examples/amqp_bind.c
+++ b/examples/amqp_bind.c
@@ -39,7 +39,7 @@
#include <string.h>
#include <stdint.h>
-#include <amqp-tcp-socket.h>
+#include <amqp_tcp_socket.h>
#include <amqp.h>
#include <amqp_framing.h>