Add the proper headers so that the SIGNOTEMPTY and SIGSETAND

macros are defined.
This commit is contained in:
Marcel Moolenaar 1999-09-30 14:51:31 +00:00
parent 6740f1c4ef
commit 74562f1a2a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51816
3 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,8 @@
* $FreeBSD$
*/
#include <signal.h>
#include <sys/param.h>
#include <sys/signalvar.h>
#include <errno.h>
#ifdef _THREAD_SAFE
#include <pthread.h>

View File

@ -32,6 +32,8 @@
* $FreeBSD$
*/
#include <signal.h>
#include <sys/param.h>
#include <sys/signalvar.h>
#include <errno.h>
#ifdef _THREAD_SAFE
#include <pthread.h>

View File

@ -32,6 +32,8 @@
* $FreeBSD$
*/
#include <signal.h>
#include <sys/param.h>
#include <sys/signalvar.h>
#include <errno.h>
#ifdef _THREAD_SAFE
#include <pthread.h>