headers.patch 995 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. --- strerr.h.orig 1999-09-30 23:25:58.000000000 +0300
  2. +++ strerr.h 2008-09-13 22:14:09.000000000 +0300
  3. @@ -1,3 +1,5 @@
  4. +#include <errno.h>
  5. +
  6. #ifndef STRERR_H
  7. #define STRERR_H
  8. --- substdio.h.orig 1999-09-30 23:25:58.000000000 +0300
  9. +++ substdio.h 2008-09-13 22:13:41.000000000 +0300
  10. @@ -1,3 +1,5 @@
  11. +#include <errno.h>
  12. +
  13. #ifndef SUBSTDIO_H
  14. #define SUBSTDIO_H
  15. --- speed.c.orig 1999-09-30 23:25:58.000000000 +0300
  16. +++ speed.c 2008-09-13 19:16:20.352525481 +0300
  17. @@ -1,4 +1,5 @@
  18. #include <stdio.h>
  19. +#include <stdlib.h>
  20. #include "fftr4.h"
  21. #include "fftr8.h"
  22. #include "fftc4.h"
  23. --- accuracy2.c.orig 2008-10-10 20:51:06.000000000 +0100
  24. +++ accuracy2.c 2008-10-10 20:51:55.000000000 +0100
  25. @@ -1,3 +1,4 @@
  26. +#include <stdlib.h>
  27. #include <stdio.h>
  28. #include <math.h>
  29. #include "fftc4.h"
  30. --- accuracy.c.orig 2008-10-10 21:03:30.000000000 +0100
  31. +++ accuracy.c 2008-10-10 21:03:43.000000000 +0100
  32. @@ -1,3 +1,4 @@
  33. +#include <stdlib.h>
  34. #include <stdio.h>
  35. #include <math.h>
  36. #include "fftc4.h"