summaryrefslogtreecommitdiff
blob: 5098435d76522dcefff62793209061c7d5f2c28b (plain)
1
2
3
4
5
6
7
8
9
10
--- a/delay.c
+++ b/delay.c
@@ -17,6 +17,7 @@
 */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <time.h>
 #include <sys/time.h>
 #include <unistd.h>