summarylogtreecommitdiffstats
path: root/add-stdlib_h.patch
blob: 2f602886086156efc7bcfba805dfc5b56293e1e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Naur delay-1.6.orig/delay.c delay-1.6/delay.c
--- delay-1.6.orig/delay.c	2002-02-09 16:26:39.000000000 +0100
+++ delay-1.6/delay.c	2015-03-15 18:32:29.980536243 +0100
@@ -17,6 +17,7 @@
 */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <time.h>
 #include <sys/time.h>
 #include <unistd.h>