Use thread so we can add other goodies beyond simply the pthread base

This commit is contained in:
Brian Behlendorf 2008-12-22 16:20:36 -08:00
parent f58a0bf4ec
commit bb128e51e6
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ extern "C" {
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
#include <strings.h> #include <strings.h>
#include <pthread.h> #include <thread.h>
#include <assert.h> #include <assert.h>
#include <alloca.h> #include <alloca.h>
#include <umem.h> #include <umem.h>