test: Exclude sys/sysmacros.h on FreeBSD

Fixes built issue on FreeBSD
This commit is contained in:
Daniel Engberg 2023-06-06 12:22:21 +02:00 committed by GitHub
parent 4b3e715291
commit 5f572312f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,11 @@
#include <string.h>
#include <errno.h>
#ifndef __APPLE__
#elif
#ifndef __FreeBSD__
#include <sys/sysmacros.h>
#endif
#endif
//---------------------------------------------------------
// Const