diff options
author | David Wragg <david@rabbitmq.com> | 2010-10-21 17:49:04 +0100 |
---|---|---|
committer | David Wragg <david@rabbitmq.com> | 2010-10-21 17:49:04 +0100 |
commit | c72bba9de479902e864e3a6802c934cf7fb45e39 (patch) | |
tree | 175f75a729d02b9f5c1b48c17951395cdd7f2531 /examples/amqp_unbind.c | |
parent | 51345a3ded6ecd073921b7e83ec06bbd8988c345 (diff) | |
download | rabbitmq-c-github-ask-c72bba9de479902e864e3a6802c934cf7fb45e39.tar.gz |
Make the examples compile and work under Windows
Diffstat (limited to 'examples/amqp_unbind.c')
-rw-r--r-- | examples/amqp_unbind.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/amqp_unbind.c b/examples/amqp_unbind.c index b014067..fad3e2b 100644 --- a/examples/amqp_unbind.c +++ b/examples/amqp_unbind.c @@ -56,9 +56,7 @@ #include <amqp.h> #include <amqp_framing.h> -#include <unistd.h> - -#include "example_utils.h" +#include "utils.h" int main(int argc, char const * const *argv) { char const *hostname; |