mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-02-05 22:54:09 +00:00
swtpm: Re-add header includes for BSD
Some BSDs need more #includes than Linux does. Re-add them as I removed too many before. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
e9f059eb2a
commit
71beceeda4
@ -53,6 +53,9 @@
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/in.h> /* BSD: sockaddr_in */
|
||||
#include <sys/socket.h> /* BSD: accept() */
|
||||
#include <sys/select.h> /* BSD: select() */
|
||||
|
||||
#include <libtpms/tpm_error.h>
|
||||
#include <libtpms/tpm_error.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user