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:
Jan Beich 2024-12-30 18:40:59 +00:00 committed by GitHub
parent 2c5ae4d661
commit 836dbfbb13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@
#include "../config/ConfigManager.hpp"
#include <chrono>
#include <sys/mman.h>
#include <unistd.h>
CSeatManager::~CSeatManager() {
if (m_pXKBState)