Merge pull request #2417 from marienz/swaynag-includes

Add missing stdlib.h includes to swaynag
master
Ryan Dwyer 6 years ago committed by GitHub
commit 3e2bf7f3a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save