Skip to content

Commit 65626f8

Browse files
committed
source.h: fix signal.h include
1 parent 0753707 commit 65626f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dispatch/source.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#endif
3333

3434
#if !defined(_WIN32)
35-
#include <sys/signal.h>
35+
#include <signal.h>
3636
#endif
3737

3838
DISPATCH_ASSUME_NONNULL_BEGIN

0 commit comments

Comments
 (0)