1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
--- view/viewfit.c.orig Wed Mar 12 02:50:07 1997 +++ view/viewfit.c Mon Sep 20 21:50:59 1999 @@ -58,7 +58,12 @@ #include <stdio.h> +#include <sys/param.h> +#ifndef __STDC__ #include <malloc.h> +#else +#include <stdlib.h> +#endif #include <math.h> #include "global.h"