From 379be4bd6976e0978a3a320598eacd98708ee1f2 Mon Sep 17 00:00:00 2001 From: eivind Date: Wed, 7 May 1997 02:27:18 +0000 Subject: Make a lot of include-files self-contained. I excluded the patches changing int's to gid_t and uid_t - should I commit these, too? Closes PR misc/2625. Submitted by: Julian Assange --- include/pthread_np.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/pthread_np.h') diff --git a/include/pthread_np.h b/include/pthread_np.h index e4b5be1..874c7fd 100644 --- a/include/pthread_np.h +++ b/include/pthread_np.h @@ -33,6 +33,8 @@ #ifndef _PTHREAD_NP_H_ #define _PTHREAD_NP_H_ +#include + /* * Non-POSIX thread function prototype definitions: */ -- cgit v1.1