fix compile error for libev example

This commit is contained in:
Emiel Bruijntjes 2018-03-05 22:27:08 +01:00
parent 72ffd5eb1a
commit d52dea795d
2 changed files with 2 additions and 1 deletions

1
examples/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
a.out

View File

@ -65,7 +65,7 @@ int main()
MyHandler handler(loop);
// init the SSL library
SSL_library_init();
// SSL_library_init();
// make a connection
AMQP::Address address("amqps://guest:guest@localhost/");