mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
libAAF update for NetBSD (#9886)
This commit is contained in:
parent
b4bf87725e
commit
fdfdde093d
3 changed files with 29 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
#include <arpa/inet.h>
|
||||
#include <mntent.h>
|
||||
#include <unistd.h> /* access() */
|
||||
#elif defined(__APPLE__)
|
||||
#elif defined(__APPLE__) || defined(__NetBSD__)
|
||||
#include <sys/syslimits.h>
|
||||
#include <unistd.h> /* access() */
|
||||
#elif defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue