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:
parent
037f6e6c45
commit
f6231f351f
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "common.hpp"
|
||||
|
||||
POLYBAR_NS
|
||||
|
|
Loading…
Reference in a new issue