mirror of
https://github.com/NickHu/sway
synced 2024-12-27 21:58:11 +01:00
Merge pull request #2417 from marienz/swaynag-includes
Add missing stdlib.h includes to swaynag
This commit is contained in:
commit
3e2bf7f3a5
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#define _XOPEN_SOURCE 500
|
||||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
#include "log.h"
|
||||
#include "list.h"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#define _XOPEN_SOURCE 500
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/wait.h>
|
||||
|
|
Loading…
Reference in a new issue