~ruther/dwl

d0df4d0d727a0715d68be1c1072917d526d121e1 — Devin J. Pohly 5 years ago 87f8e66
correct standard include for signal.h

Fixes #1.  Thanks @sdsddsd1!
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 8,7 8,7 @@
#include <stdio.h>
#include <time.h>
#include <unistd.h>
#include <sys/signal.h>
#include <signal.h>
#include <sys/wait.h>
#include <linux/input-event-codes.h>
#include <wayland-server-core.h>

Do not follow this link