From d51713177a77ed2f5f2315aa929df34f65e745df Mon Sep 17 00:00:00 2001 From: Josh Elsasser Date: Fri, 26 Oct 2007 00:36:22 +0000 Subject: [PATCH] Fix openbsd build. --- libtransmission/crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/crypto.c b/libtransmission/crypto.c index a7208238b..bd99d53b2 100644 --- a/libtransmission/crypto.c +++ b/libtransmission/crypto.c @@ -10,6 +10,7 @@ * $Id$ */ +#include /* for event.h, as well as netinet/in.h on some platforms */ #include #include /* uint8_t */ #include /* memcpy */ @@ -21,7 +22,6 @@ #include #include -#include /* event.h needs this */ #include #include "crypto.h"