Skip to content

Commit

Permalink
Fixed ldvc_sysinfo for Linux build.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Jan 27, 2024
1 parent 4baa78c commit 3090bc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ldvc_sysinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#ifdef __linux__
#include <sys/sysinfo.h>
#include <sys/statvfs.h>
#elif __APPLE__
#include <sys/types.h>
#include <sys/sysctl.h>
Expand Down

0 comments on commit 3090bc1

Please sign in to comment.