1
0
mirror of https://git.sr.ht/~sircmpwn/gmnisrv synced 2024-06-08 17:30:43 +00:00

server.c: import netinet/in.h

This commit is contained in:
Drew DeVault 2020-09-26 17:54:40 -04:00
parent 53bf5bc54f
commit 6d866ba3df

View File

@ -2,6 +2,7 @@
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <openssl/err.h>
#include <signal.h>
#include <stdbool.h>