Changeset 3554


Ignore:
Timestamp:
Oct 25, 2007, 2:34:20 PM (15 years ago)
Author:
charles
Message:

The OpenBSD build fix caused a Darwin build error. :) Thanks to pea for reporting.

Location:
trunk/libtransmission
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/crypto.c

    r3552 r3554  
    1717#include <netinet/in.h> /* struct in_addr */
    1818
    19 
    2019#include <openssl/bn.h>
    2120#include <openssl/dh.h>
     
    2322#include <openssl/sha.h>
    2423
     24#include <sys/types.h> /* event.h needs this */
    2525#include <event.h>
     26
    2627#include "crypto.h"
    2728#include "utils.h"
  • trunk/libtransmission/peer-io.c

    r3552 r3554  
    1717#include <netinet/in.h> /* struct in_addr */
    1818#include <arpa/inet.h> /* inet_ntoa */
     19
     20#include <sys/types.h> /* event.h needs this */
    1921#include <event.h>
     22
    2023#include "transmission.h"
    2124#include "crypto.h"
Note: See TracChangeset for help on using the changeset viewer.