aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-10-22 19:51:50 +0200
committerdec05eba <dec05eba@protonmail.com>2023-10-27 11:59:37 +0200
commit2a890a4b4dee0e0791f600d790bde9c0411225bc (patch)
tree9fc8c84993a2d18513bf19225f47b8f44ac233ab /src/main.cpp
parente0b2f0c9c5129184eacf32864183058e82567bd5 (diff)
Dont include unused drm_fourcc.h, include missing unistd.h for _exit
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index eb5f8c2..fe9a8c7 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -19,6 +19,7 @@ extern "C" {
#include <map>
#include <signal.h>
#include <sys/stat.h>
+#include <unistd.h>
#include "../include/sound.hpp"