mirror of
https://github.com/transmission/transmission
synced 2025-03-09 21:54:09 +00:00
The OpenBSD build fix caused a Darwin build error. :) Thanks to pea for reporting.
This commit is contained in:
parent
8c0e2434f5
commit
317705cffc
2 changed files with 5 additions and 1 deletions
|
@ -16,13 +16,14 @@
|
|||
#include <stdarg.h>
|
||||
#include <netinet/in.h> /* struct in_addr */
|
||||
|
||||
|
||||
#include <openssl/bn.h>
|
||||
#include <openssl/dh.h>
|
||||
#include <openssl/rc4.h>
|
||||
#include <openssl/sha.h>
|
||||
|
||||
#include <sys/types.h> /* event.h needs this */
|
||||
#include <event.h>
|
||||
|
||||
#include "crypto.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
|
|
@ -16,7 +16,10 @@
|
|||
#include <unistd.h>
|
||||
#include <netinet/in.h> /* struct in_addr */
|
||||
#include <arpa/inet.h> /* inet_ntoa */
|
||||
|
||||
#include <sys/types.h> /* event.h needs this */
|
||||
#include <event.h>
|
||||
|
||||
#include "transmission.h"
|
||||
#include "crypto.h"
|
||||
#include "net.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue