diff options
Diffstat (limited to 'regress/lib/csu/dtors')
-rw-r--r-- | regress/lib/csu/dtors/dtors.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/csu/dtors/dtors.c b/regress/lib/csu/dtors/dtors.c index 13593e160e8..f0787ac39b8 100644 --- a/regress/lib/csu/dtors/dtors.c +++ b/regress/lib/csu/dtors/dtors.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dtors.c,v 1.4 2003/08/02 01:24:35 david Exp $ */ +/* $OpenBSD: dtors.c,v 1.5 2003/09/02 23:52:16 david Exp $ */ /* * Written by Artur Grabowski <art@openbsd.org>, 2002 Public Domain. */ @@ -7,6 +7,7 @@ #include <sys/wait.h> #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <err.h> #include <unistd.h> |