C-includes.patch 330 B

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