Fix openbsd build.

This commit is contained in:
Josh Elsasser 2007-10-26 00:36:22 +00:00
parent 0e9c74d732
commit d51713177a
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,7 @@
* $Id$ * $Id$
*/ */
#include <sys/types.h> /* for event.h, as well as netinet/in.h on some platforms */
#include <assert.h> #include <assert.h>
#include <inttypes.h> /* uint8_t */ #include <inttypes.h> /* uint8_t */
#include <string.h> /* memcpy */ #include <string.h> /* memcpy */
@ -21,7 +22,6 @@
#include <openssl/rc4.h> #include <openssl/rc4.h>
#include <openssl/sha.h> #include <openssl/sha.h>
#include <sys/types.h> /* event.h needs this */
#include <event.h> #include <event.h>
#include "crypto.h" #include "crypto.h"