mirror of
https://github.com/i3/i3.git
synced 2026-02-05 01:45:39 +00:00
Merge pull request #4649 from orestisfl/fix-errno
Fix compilation error on debian
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
#include <unistd.h>
|
||||
#include <libgen.h>
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user