Include pthread.h in the implementation instead of the header.

This commit is contained in:
Markus Armbruster 2006-12-26 16:52:11 +00:00
parent ce63991c9f
commit f4667a9457
2 changed files with 1 additions and 1 deletions

View file

@ -40,6 +40,7 @@
#include <errno.h>
#include <limits.h>
#include <pthread.h>
#include <signal.h>
#include <stdarg.h>
#include <stdio.h>