File suck-4.3.0-ia64.patch of Package suck
--- batch.c +++ batch.c @@ -1,5 +1,6 @@ #include <config.h> +#include <stdlib.h> #include <stdio.h> #ifdef HAVE_UNISTD_H --- lpost.c +++ lpost.c @@ -1,7 +1,9 @@ #define _POSIX_SOURCE +#define _GNU_SOURCE #include <config.h> +#include <stdlib.h> #include <stdio.h> #include <errno.h> #include <string.h> --- makephrases.c +++ makephrases.c @@ -2,6 +2,7 @@ #include <stdio.h> #include <ctype.h> #include <string.h> +#include <stdlib.h> #include "suck_config.h" /* create a text file with the default*phrases arrays in them */ --- ssort.c +++ ssort.c @@ -1,5 +1,7 @@ #include <config.h> +#include <string.h> + #ifdef DMALLOC #include <dmalloc.h> #endif