1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 02:25:09 +00:00

Add missing unistd include.

This commit is contained in:
Brenden Matthews 2022-12-24 14:17:46 -05:00 committed by Brenden Matthews
parent a0b183cd03
commit 15aa99836b

View File

@ -38,6 +38,7 @@
#include <sys/epoll.h>
#include <sys/mman.h>
#include <sys/timerfd.h>
#include <unistd.h>
#include <wayland-client-protocol.h>
#include <wlr-layer-shell-client-protocol.h>