mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
fix: bsd
This commit is contained in:
parent
2e12ea6a81
commit
a1129c4c87
@ -1,6 +1,8 @@
|
||||
#include <spdlog/spdlog.h>
|
||||
#include <sys/sysctl.h>
|
||||
// clang-format off
|
||||
#include <sys/types.h>
|
||||
#include <sys/sysctl.h>
|
||||
// clang-format on
|
||||
#include <unistd.h> // sysconf
|
||||
|
||||
#include <cmath> // NAN
|
||||
|
@ -1,5 +1,7 @@
|
||||
#include <sys/sysctl.h>
|
||||
// clang-format off
|
||||
#include <sys/types.h>
|
||||
#include <sys/sysctl.h>
|
||||
// clang-format on
|
||||
#include <unistd.h> // getpagesize
|
||||
|
||||
#include "modules/memory.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user