diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-02-03 04:34:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-02-03 04:34:34 +0000 |
commit | 08e8d869ff1f7248522b236f25044d2744c972dd (patch) | |
tree | 92f1f369693f548be9cd04364ce7a68741349b02 /sys | |
parent | 7f5151a7335295778f5b698e3620d4bce72a5572 (diff) |
damn, do need sys/time.h and all that other gunk
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/siginfo.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/siginfo.h b/sys/sys/siginfo.h index 466da9d6c18..6cd63710055 100644 --- a/sys/sys/siginfo.h +++ b/sys/sys/siginfo.h @@ -1,4 +1,4 @@ -/* $OpenBSD: siginfo.h,v 1.5 1997/02/03 03:49:57 deraadt Exp $ */ +/* $OpenBSD: siginfo.h,v 1.6 1997/02/03 04:34:33 deraadt Exp $ */ /* * Copyright (c) 1997 Theo de Raadt @@ -130,6 +130,8 @@ union sigval { #define SI_MAXSZ 128 #define SI_PAD ((SI_MAXSZ / sizeof (int)) - 3) +#include <sys/time.h> + typedef struct { int si_signo; /* signal from signal.h */ int si_code; /* code from above */ |