mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Fix build on FreeBSD (#49)
This commit is contained in:
parent
8519292881
commit
e4037b703c
@ -2,6 +2,9 @@
|
||||
#include <netinet/tcp.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#ifndef IPPROTO_TCP
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
#include "tmate.h"
|
||||
#include "tmate-protocol.h"
|
||||
|
@ -8,6 +8,9 @@
|
||||
#include <stdio.h>
|
||||
#include <event.h>
|
||||
#include <arpa/inet.h>
|
||||
#ifndef IPPROTO_TCP
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
#include "tmate.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user