mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Add missing incldues for FreeBSD
This commit is contained in:
parent
fe81322cc4
commit
27169b7c07
2 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#include <event2/util.h>
|
||||
#include <event2/event.h>
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <stdio.h>
|
||||
#include <event.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue