From 2a890a4b4dee0e0791f600d790bde9c0411225bc Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 22 Oct 2023 19:51:50 +0200 Subject: Dont include unused drm_fourcc.h, include missing unistd.h for _exit --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') 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 #include #include +#include #include "../include/sound.hpp" -- cgit v1.2.3