From ce05f8ccad25e181f138a75637b71048274930df Mon Sep 17 00:00:00 2001 From: Mike Stemle Date: Tue, 8 Oct 2024 20:52:02 -0400 Subject: [PATCH] Moving unistd in the example to the windows check --- examples/amqp_confirm_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/amqp_confirm_select.c b/examples/amqp_confirm_select.c index b81dadbb..67d2c6a6 100644 --- a/examples/amqp_confirm_select.c +++ b/examples/amqp_confirm_select.c @@ -6,7 +6,6 @@ #include #include #include -#include #include #include @@ -24,6 +23,7 @@ #include #else #include +#include #endif #define SUMMARY_EVERY_US 5000