Skip to content

Commit

Permalink
Fix compilation error when no gnutls available
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoreno committed Apr 14, 2016
1 parent 336ce30 commit 2144095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multiport-cpp/multiport.cpp
Expand Up @@ -2,6 +2,7 @@
#include <onion.hpp>
#include <http.hpp>
#include <https.hpp>
#include <onion/log.h>

#include <shortcuts.hpp>

Expand All @@ -24,4 +25,3 @@ int main(int argc, char*argv[]){
o.listen();
return 0;
}

0 comments on commit 2144095

Please sign in to comment.