diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-07 02:27:18 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-07 02:27:18 +0000 |
| commit | 48ea0bec18feafd62cc2f7df74234da2e504e86a (patch) | |
| tree | 06c901b37e9f1535a72cd438fa75be9f98adaa7a /include/pthread_np.h | |
| parent | 89ee8ac3d677a0ff0d0c85ee38f1374fa4fe7c5e (diff) | |
Notes
Diffstat (limited to 'include/pthread_np.h')
| -rw-r--r-- | include/pthread_np.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pthread_np.h b/include/pthread_np.h index e4b5be13b382..874c7fdc0856 100644 --- a/include/pthread_np.h +++ b/include/pthread_np.h @@ -33,6 +33,8 @@ #ifndef _PTHREAD_NP_H_ #define _PTHREAD_NP_H_ +#include <pthread.h> + /* * Non-POSIX thread function prototype definitions: */ |
