mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
15 lines
264 B
C
15 lines
264 B
C
--- mem.c.orig Thu Jan 13 15:36:08 1994
|
|
+++ mem.c Mon Oct 19 13:47:49 1998
|
|
@@ -18,7 +18,12 @@
|
|
|
|
|
|
#include <sys/types.h>
|
|
+#include <sys/param.h>
|
|
+#ifndef __STDC__
|
|
#include <malloc.h>
|
|
+#else
|
|
+#include <stdlib.h>
|
|
+#endif
|
|
#include <memory.h>
|
|
#include <stdio.h>
|
|
|