Compilation fixes for FreeBSD.
This commit is contained in:
parent
c71f5206aa
commit
eb2757fac5
@ -30,7 +30,7 @@
|
||||
#define OPEN open
|
||||
#define LSEEK lseek
|
||||
#define FSTAT fstat
|
||||
#elif defined __APPLE__
|
||||
#elif defined(__APPLE__) || defined(__FreeBSD__)
|
||||
#define STAT stat
|
||||
#define OPEN open
|
||||
#define LSEEK lseek
|
||||
|
@ -21,6 +21,7 @@
|
||||
#define FREERDP_SSPI_KERBEROS_PRIVATE_H
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <netinet/in.h>
|
||||
#include <netdb.h>
|
||||
#include <resolv.h>
|
||||
#include <netinet/in.h>
|
||||
|
Loading…
Reference in New Issue
Block a user