mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
15 lines
322 B
Plaintext
15 lines
322 B
Plaintext
|
*** libhtmlw/HTML-PSformat.c~ Wed Sep 14 19:53:22 1994
|
||
|
--- libhtmlw/HTML-PSformat.c Tue Oct 18 14:41:47 1994
|
||
|
***************
|
||
|
*** 47,53 ****
|
||
|
--- 47,55 ----
|
||
|
#include <stdio.h>
|
||
|
#include <ctype.h>
|
||
|
#include <math.h>
|
||
|
+ #ifndef __FreeBSD__
|
||
|
#include <malloc.h>
|
||
|
+ #endif
|
||
|
#include "HTMLP.h"
|
||
|
|
||
|
/* Fix thanks to robm. */
|