1
0
mirror of https://github.com/rad4day/Waybar.git synced 2023-12-21 10:22:59 +01:00

fix: lint

This commit is contained in:
Alex 2023-05-29 09:24:33 +02:00
parent 13a9c4a08b
commit 097cbc0c53
2 changed files with 2 additions and 2 deletions
include/util

@ -1,10 +1,10 @@
#pragma once #pragma once
#include <fcntl.h>
#include <giomm.h> #include <giomm.h>
#include <spdlog/spdlog.h> #include <spdlog/spdlog.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <unistd.h> #include <unistd.h>
#include <fcntl.h>
#ifdef __linux__ #ifdef __linux__
#include <sys/prctl.h> #include <sys/prctl.h>