mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
FreeBSD-11 still contains #error in malloc.h rather than include stdlib.h. Reported by: linimon
10 lines
245 B
C
10 lines
245 B
C
--- xhead.h.orig 1997-03-02 11:06:48.000000000 -0800
|
|
+++ xhead.h 2021-03-16 08:52:47.491466000 -0700
|
|
@@ -26,7 +26,6 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
-#include <malloc.h>
|
|
#include <memory.h>
|
|
#include <ctype.h>
|
|
#include <string.h>
|