libAAF update for NetBSD (#9886)

This commit is contained in:
Robin Gareus 2025-02-01 11:30:14 +01:00
parent b4bf87725e
commit fdfdde093d
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 29 additions and 1 deletions

View file

@ -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__)