mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
Include errno.h
This commit is contained in:
parent
d6daf10cad
commit
a4bcddcfdc
2 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#define _POSIX_C_SOURCE 200809L
|
||||
#include <errno.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue