Add missing header needed by sleep(3).
This commit is contained in:
parent
1afb4f2886
commit
72cd631677
@ -28,6 +28,7 @@
|
||||
*/
|
||||
#include <pthread.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define NLOOPS 10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user