Skip to content

Commit

Permalink
Include signal.h to prevent redefintion of _NSIG.
Browse files Browse the repository at this point in the history
daztucker committed Jan 26, 2020
1 parent 638a45b commit 0373f9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openbsd-compat/bsd-signal.h
Original file line number Diff line number Diff line change
@@ -19,6 +19,8 @@

#include "includes.h"

#include <signal.h>

#ifndef _NSIG
# ifdef NSIG
# define _NSIG NSIG

0 comments on commit 0373f9e

Please sign in to comment.