From 432d84cbec46976aaa56dc8fff7958fc57a5384b Mon Sep 17 00:00:00 2001 From: jasone Date: Sat, 18 Dec 1999 01:00:42 +0000 Subject: Fix some minor POSIX/SUSv2 compliance nits. PR: kern/11982 --- lib/libpthread/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libpthread/Makefile') diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 87110f0..e79d5c5 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -10,6 +10,7 @@ SHLIB_MAJOR= 4 SHLIB_MINOR= 0 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/../libc/include CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread +CFLAGS+=-I${.CURDIR}/../../include # Uncomment this if you want libc_r to contain debug information for # thread locking. -- cgit v1.1