blob: 41a0ee65ba2f882ff9414f28b87342a3af7c06cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur a/7plus.h b/7plus.h
--- a/7plus.h 2000-01-10 10:03:02.000000000 +0000
+++ b/7plus.h 2022-02-13 21:16:05.186445213 +0000
@@ -24,6 +24,8 @@
/* #define setvbuf(a,b,c,d) */
/** these includes should work anywhere **/
+#include <unistd.h>
+#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
|