diff options
author | David Krause <david@cvs.openbsd.org> | 2003-09-02 23:52:18 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-09-02 23:52:18 +0000 |
commit | be301350bdab2bb82238278aa09fa4d92b194b27 (patch) | |
tree | 8ba21671cb64d36c0a7d76ffbccb09bc139516fa /regress/lib/libpthread/include/test.h | |
parent | 9b09e7650f65721c3cb81403d85f0d3a47bba08e (diff) |
add missing includes
ok deraadt@ tedu@ dhartmei@ krw@
Diffstat (limited to 'regress/lib/libpthread/include/test.h')
-rw-r--r-- | regress/lib/libpthread/include/test.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libpthread/include/test.h b/regress/lib/libpthread/include/test.h index 58fdc8fb554..61afc45be4b 100644 --- a/regress/lib/libpthread/include/test.h +++ b/regress/lib/libpthread/include/test.h @@ -1,9 +1,10 @@ -/* $OpenBSD: test.h,v 1.4 2002/02/17 19:42:27 millert Exp $ */ +/* $OpenBSD: test.h,v 1.5 2003/09/02 23:52:17 david Exp $ */ #ifndef _h_test_ #define _h_test_ #include <stdio.h> +#include <stdlib.h> #include <signal.h> #include <errno.h> #include <string.h> |