Add test if there is battery

This commit is contained in:
Loïc Bartoletti
2022-10-04 06:14:37 +02:00
parent 45e44e03bd
commit 9d5f0e45c0
2 changed files with 12 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include <filesystem>
#endif
#include <fmt/format.h>
#if #defined(__linux__)
#if defined(__linux__)
#include <sys/inotify.h>
#endif