diff options
Diffstat (limited to 'lib/libpthread/pthread.h')
| -rw-r--r-- | lib/libpthread/pthread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/pthread.h b/lib/libpthread/pthread.h index d66955ee81f..ff4d5ffefac 100644 --- a/lib/libpthread/pthread.h +++ b/lib/libpthread/pthread.h @@ -1,4 +1,4 @@ -/* $NetBSD: pthread.h,v 1.12 2003/07/17 20:59:35 nathanw Exp $ */ +/* $NetBSD: pthread.h,v 1.13 2003/07/18 15:58:43 lukem Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -44,7 +44,7 @@ #include <time.h> /* For timespec */ #include <sched.h> -#include "pthread_types.h" +#include <pthread_types.h> __BEGIN_DECLS int pthread_atfork(void (*)(void), void (*)(void), void (*)(void)); |
