Fix build for debian stretch

Fixes #182
This commit is contained in:
Drew DeVault 2015-09-18 07:16:20 -04:00
parent e505abfe75
commit 8e25ce4e57
3 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,7 @@
#include <stdbool.h>
#include <wlc/wlc.h>
#include <sys/wait.h>
#include <sys/types.h>
#include <signal.h>
#include <getopt.h>
#include "layout.h"