Update src/libsam3a/libsam3a.c

Co-authored-by: Sergey Fedorov <vital.had@gmail.com>
This commit is contained in:
idk
2024-02-08 16:21:56 +00:00
committed by GitHub
parent 883932c073
commit e567bb463c

View File

@ -48,7 +48,7 @@
#endif
#endif
#if defined(__unix__) || !defined(__APPLE__)
#if defined(__unix__) && !defined(__APPLE__)
#include <sys/sysinfo.h>
#endif