mirror of
https://github.com/transmission/transmission
synced 2025-03-10 06:02:57 +00:00
(trunk dht) add missing #include to fix FreeBSD 7.2
This commit is contained in:
parent
a6235689a4
commit
57c66d48ee
1 changed files with 1 additions and 0 deletions
1
third-party/dht/dht.c
vendored
1
third-party/dht/dht.c
vendored
|
@ -42,6 +42,7 @@ THE SOFTWARE.
|
|||
#include <arpa/inet.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#include "dht.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue