Add missing pthread.h header file.

This commit is contained in:
Stephen Williams 2010-01-09 16:29:24 -08:00
parent 3e7d191abb
commit 94d75e0170
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
# include <map>
# include <set>
# include <string>
# include <pthread.h>
# include <stdlib.h>
# include <string.h>
# include <assert.h>