Skip to content

Commit

Permalink
Fix a conditional compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
HiGarfield committed Jan 23, 2025
1 parent 081316a commit 355d852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <sys/types.h>
#include <sys/sysctl.h>
#endif
#ifdef HAVE_SYS_SYSINFO_H
#ifdef __linux__
#include <sys/sysinfo.h>
#endif
#ifdef __IMPL_GET_TIME
Expand Down

0 comments on commit 355d852

Please sign in to comment.