Make udev_deleter not linux-only and fix freebsd build
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#include "util/backlight_backend.hpp"
|
||||
#include "util/udev_deleter.hpp"
|
||||
|
||||
#include <fmt/core.h>
|
||||
#include <spdlog/spdlog.h>
|
||||
@ -9,6 +8,8 @@
|
||||
#include <optional>
|
||||
#include <utility>
|
||||
|
||||
#include "util/udev_deleter.hpp"
|
||||
|
||||
namespace {
|
||||
class FileDescriptor {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user