mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1512ff152b
PR: 13902 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
16 lines
278 B
Plaintext
16 lines
278 B
Plaintext
--- 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"
|