File bootp-DD2.4.3-ia64.dif of Package bootp-DD2
--- readfile.c +++ readfile.c @@ -42,6 +42,7 @@ #include <ctype.h> #include <assert.h> #include <syslog.h> +#include <time.h> #ifndef USE_BFUNCS #include <memory.h> --- trygetea.c +++ trygetea.c @@ -20,6 +20,7 @@ #include <stdio.h> #include <ctype.h> #include <errno.h> +#include <stdlib.h> #include "getether.h" --- trygetif.c +++ trygetif.c @@ -20,6 +20,8 @@ #include <stdio.h> #include <ctype.h> #include <errno.h> +#include <stdlib.h> +#include <string.h> #include "getif.h" --- trylook.c +++ trylook.c @@ -5,6 +5,7 @@ #include <sys/types.h> #include <netinet/in.h> #include <stdio.h> +#include <stdlib.h> #include "report.h" #include "lookup.h"