Add missing stdlib.h includes to swaynag

This commit is contained in:
Marien Zwart 2018-08-03 01:23:39 +10:00
parent b49904dd7e
commit 4df8858873
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#define _XOPEN_SOURCE 500
#include <stdlib.h>
#include <signal.h>
#include "log.h"
#include "list.h"

View File

@ -1,4 +1,5 @@
#define _XOPEN_SOURCE 500
#include <stdlib.h>
#include <assert.h>
#include <sys/stat.h>
#include <sys/wait.h>