Forgot to include pthread.h

This commit is contained in:
Johan 2015-01-17 20:25:12 +00:00
parent 011b2688bf
commit d28285fa76
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <stdio.h>
#include <pthread.h>
#include <unistd.h>
#include <time.h>
#include <stdlib.h>