Changeset 3807
- Timestamp:
- Nov 12, 2007, 1:02:55 PM (15 years ago)
- Location:
- branches/0.9x/libtransmission
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/libtransmission/peer-mgr.c
r3783 r3807 18 18 19 19 #include <libgen.h> /* basename */ 20 #include <sys/types.h> /* event.h needs this */21 20 #include <arpa/inet.h> /* inet_ntoa */ 22 21 22 #include <sys/queue.h> /* libevent needs this */ 23 #include <sys/types.h> /* libevent needs this */ 23 24 #include <event.h> 24 25 -
branches/0.9x/libtransmission/peer-msgs.c
r3780 r3807 21 21 #include <netinet/in.h> /* struct in_addr */ 22 22 23 #include <sys/queue.h> /* libevent needs this */ 24 #include <sys/types.h> /* libevent needs this */ 23 25 #include <event.h> 24 26
Note: See TracChangeset
for help on using the changeset viewer.