summaryrefslogtreecommitdiff
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/common.c b/tools/common.c
index abfba4b..c1844ae 100644
--- a/tools/common.c
+++ b/tools/common.c
@@ -40,9 +40,9 @@
#include "common.h"
#ifdef WITH_SSL
-#include <amqp-ssl-socket.h>
+#include <amqp_ssl_socket.h>
#endif
-#include <amqp-tcp-socket.h>
+#include <amqp_tcp_socket.h>
#include <errno.h>
#include <fcntl.h>
#include <stdarg.h>