Add missing #include

Spotted by:	tinderbox
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Pointy hat to:	des
This commit is contained in:
Dag-Erling Smørgrav 2008-02-06 23:25:29 +00:00
parent 1c71974b6c
commit 04539c7099

View File

@ -36,6 +36,7 @@
#include <sys/param.h>
#include <sys/queue.h>
#include <pthread.h>
#include <pthread_np.h>
#include "un-namespace.h"
#include "thr_private.h"