diff --git a/titan.c b/titan.c index 8ee50ff..7300b94 100644 --- a/titan.c +++ b/titan.c @@ -31,6 +31,14 @@ #include "iri.h" +#ifndef INFTIM +#define INFTIM -1 +#endif + +#ifndef __OpenBSD__ +#define pledge(a, b) (0) +#endif + static int dial(const char *hostname, const char *port) {