1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-03 04:33:30 -05:00

Add missing header (#2280)

This commit is contained in:
Vlad Glagolev 2020-12-11 16:07:13 -08:00 committed by GitHub
parent 037f6e6c45
commit f6231f351f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
#pragma once
#include <sys/types.h>
#include "common.hpp"
POLYBAR_NS