summaryrefslogtreecommitdiff
path: root/examples/amqp_connect_timeout.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/amqp_connect_timeout.c')
-rw-r--r--examples/amqp_connect_timeout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/amqp_connect_timeout.c b/examples/amqp_connect_timeout.c
index 21bd02e..b8501b8 100644
--- a/examples/amqp_connect_timeout.c
+++ b/examples/amqp_connect_timeout.c
@@ -41,8 +41,8 @@
#include <stdlib.h>
#include <string.h>
-#include <amqp.h>
-#include <amqp_tcp_socket.h>
+#include <rabbitmq-c/amqp.h>
+#include <rabbitmq-c/tcp_socket.h>
#include <assert.h>