diff options
Diffstat (limited to 'src/regress/lib/libc/atexit/atexit_test.c')
-rw-r--r-- | src/regress/lib/libc/atexit/atexit_test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/atexit/atexit_test.c b/src/regress/lib/libc/atexit/atexit_test.c index c30b9dff77..efa2274168 100644 --- a/src/regress/lib/libc/atexit/atexit_test.c +++ b/src/regress/lib/libc/atexit/atexit_test.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: atexit_test.c,v 1.4 2003/07/31 21:48:02 deraadt Exp $ */ | 1 | /* $OpenBSD: atexit_test.c,v 1.5 2003/09/02 23:52:16 david Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2002 Daniel Hartmeier | 4 | * Copyright (c) 2002 Daniel Hartmeier |
@@ -36,6 +36,7 @@ | |||
36 | 36 | ||
37 | #include <stdio.h> | 37 | #include <stdio.h> |
38 | #include <stdlib.h> | 38 | #include <stdlib.h> |
39 | #include <string.h> | ||
39 | #include <signal.h> | 40 | #include <signal.h> |
40 | #include "stdlib/atexit.h" | 41 | #include "stdlib/atexit.h" |
41 | 42 | ||