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

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"