FreeBSD compatibility: platform guards in glm.c/olmoe.c (#206)

This commit is contained in:
yuri@FreeBSD
2026-07-14 13:08:12 -07:00
committed by GitHub
parent bfd49c41b9
commit 4a936c8af3
2 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
#include <string.h>
#include <math.h>
#include <time.h>
#if defined(__APPLE__) || defined(__linux__)
#if defined(__APPLE__) || defined(__linux__) || defined(__FreeBSD__)
#include <sys/resource.h>
#endif
#include "st.h"