Add missing header needed by sleep(3).

This commit is contained in:
kevlo 2013-07-16 09:22:50 +00:00
parent 1afb4f2886
commit 72cd631677

View File

@ -28,6 +28,7 @@
*/
#include <pthread.h>
#include <stdio.h>
#include <unistd.h>
#define NLOOPS 10