1
1
mirror of https://github.com/swaywm/sway synced 2024-11-18 14:53:52 +01:00
sway/swaynag
Geoff Greer 208831aec6 Fix compiler errors.
- Some platforms don't expose kill() unless _POSIX_C_SOURCE is defined.
- fork(), execl(), and setsid() need unistd.h on some platforms.

Basically, this fixes some platform-specific build errors.
2018-08-05 00:24:44 -07:00
..
config.c
main.c Add missing stdlib.h includes to swaynag 2018-08-03 19:24:44 +10:00
meson.build
render.c
swaynag.1.scd
swaynag.5.scd
swaynag.c Fix compiler errors. 2018-08-05 00:24:44 -07:00
types.c