Non-portable functions are in pthread_np.h, fix compiling problem.

This commit is contained in:
David Xu 2008-04-02 11:41:12 +00:00
parent e8245292a7
commit 7abb97dcd8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177861

View File

@ -28,7 +28,7 @@
*/
#include "namespace.h"
#include <pthread.h>
#include <pthread_np.h>
#include <sys/param.h>
#include <sys/cpuset.h>
#include "un-namespace.h"