mirror of
https://github.com/hyprwm/hyprlock.git
synced 2026-05-05 12:27:59 +02:00
core: add missing header for BSDs after 753c538dea (#630)
src/core/Seat.cpp:76:17: error: use of undeclared identifier 'close'
76 | close(fd);
| ^
This commit is contained in:
parent
2c5ae4d661
commit
836dbfbb13
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include "../config/ConfigManager.hpp"
|
||||
#include <chrono>
|
||||
#include <sys/mman.h>
|
||||
#include <unistd.h>
|
||||
|
||||
CSeatManager::~CSeatManager() {
|
||||
if (m_pXKBState)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue