0004-headers.patch 283 B

123456789101112131415
  1. get prototypes for malloc/exit/strcpy
  2. Patch by Mike Frysinger <vapier@gentoo.org>
  3. --- a/dhry.h
  4. +++ b/dhry.h
  5. @@ -388,6 +388,8 @@
  6. /* General definitions: */
  7. #include <stdio.h>
  8. +#include <stdlib.h>
  9. +#include <string.h>
  10. /* for strcpy, strcmp */
  11. #define Null 0