Make udev_deleter not linux-only and fix freebsd build

This commit is contained in:
schmop
2025-10-31 13:54:41 +01:00
parent 4e25871655
commit ce1da5a178
3 changed files with 6 additions and 5 deletions

View File

@ -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: