diff options
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> |