mirror of
https://github.com/transmission/transmission
synced 2025-01-31 11:23:40 +00:00
Fix openbsd build.
This commit is contained in:
parent
0e9c74d732
commit
d51713177a
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#include <sys/types.h> /* for event.h, as well as netinet/in.h on some platforms */
|
||||
#include <assert.h>
|
||||
#include <inttypes.h> /* uint8_t */
|
||||
#include <string.h> /* memcpy */
|
||||
|
@ -21,7 +22,6 @@
|
|||
#include <openssl/rc4.h>
|
||||
#include <openssl/sha.h>
|
||||
|
||||
#include <sys/types.h> /* event.h needs this */
|
||||
#include <event.h>
|
||||
|
||||
#include "crypto.h"
|
||||
|
|
Loading…
Reference in a new issue