Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/include/reentrant.h,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/include/reentrant.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.6.4.8 retrieving revision 1.6.4.9 diff -u -p -r1.6.4.8 -r1.6.4.9 --- src/lib/libc/include/reentrant.h 2003/01/08 20:41:35 1.6.4.8 +++ src/lib/libc/include/reentrant.h 2003/01/14 15:48:27 1.6.4.9 @@ -1,4 +1,4 @@ -/* $NetBSD: reentrant.h,v 1.6.4.8 2003/01/08 20:41:35 nathanw Exp $ */ +/* $NetBSD: reentrant.h,v 1.6.4.9 2003/01/14 15:48:27 thorpej Exp $ */ /*- * Copyright (c) 1997, 1998, 2003 The NetBSD Foundation, Inc. @@ -93,6 +93,7 @@ #ifdef _REENTRANT #include +#include #define mutex_t pthread_mutex_t #define MUTEX_INITIALIZER PTHREAD_MUTEX_INITIALIZER