diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-22 14:53:17 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-22 14:53:17 +0000 |
| commit | 88640ee1259d49e4edae19589d66834ef6769638 (patch) | |
| tree | b9aca5a0c06480f3a5d847541c82ee74d517c673 /lib/libc/stdlib/abort.c | |
| parent | c0d41487f2731c71b5c22f13bcfaa73558886cfa (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/abort.c')
| -rw-r--r-- | lib/libc/stdlib/abort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/abort.c b/lib/libc/stdlib/abort.c index e56e7e97d6b1..690bdf5e48eb 100644 --- a/lib/libc/stdlib/abort.c +++ b/lib/libc/stdlib/abort.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)abort.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ -#include <sys/signal.h> +#include <signal.h> #include <stdlib.h> #include <stddef.h> #include <unistd.h> |
