Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit d0df4d0

Browse files
committedMay 2, 2020
correct standard include for signal.h
Fixes #1. Thanks @sdsddsd1!
1 parent 87f8e66 commit d0df4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎dwl.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <stdio.h>
99
#include <time.h>
1010
#include <unistd.h>
11-
#include <sys/signal.h>
11+
#include <signal.h>
1212
#include <sys/wait.h>
1313
#include <linux/input-event-codes.h>
1414
#include <wayland-server-core.h>

0 commit comments

Comments
 (0)