diff options
Diffstat (limited to 'thread-utils.c')
-rw-r--r-- | thread-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thread-utils.c b/thread-utils.c index 589f838f82..7f4b76a958 100644 --- a/thread-utils.c +++ b/thread-utils.c @@ -1,5 +1,5 @@ #include "cache.h" -#include <pthread.h> +#include "thread-utils.h" #if defined(hpux) || defined(__hpux) || defined(_hpux) # include <sys/pstat.h> |