summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread.h
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2003-07-18 15:58:43 +0000
committerlukem <lukem@NetBSD.org>2003-07-18 15:58:43 +0000
commit98e8a6d142da2ef6ee705b6fdc367368277a6428 (patch)
tree197d6f7109c0636c6b5917a65a324c3f474f7ffe /lib/libpthread/pthread.h
parent82b9567e9356b647e62fc142328fe1e73b3c73a3 (diff)
#include <pthread_types.h> instead of "pthread_types.h"
Diffstat (limited to 'lib/libpthread/pthread.h')
-rw-r--r--lib/libpthread/pthread.h4
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));