- add missing include for macos

This commit is contained in:
Rachael Alexanderson 2024-03-17 00:58:24 -04:00
parent c73ec97027
commit 7f8ce13d24
No known key found for this signature in database
GPG Key ID: 26A8ACCE97115EE0
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
*/
#include "i_common.h"
#include "c_cvars.h"
#include <fnmatch.h>
#include <sys/sysctl.h>