mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
136702793d
This tool is designed to aid in the creation of Ada bindings to C. PR: ports/105182 Submitted By: "John Merryweather Cooper" <john_m_cooper@yahoo.com> Approved By: flz (mentor)
12 lines
272 B
C
12 lines
272 B
C
--- allocate.c.orig Fri May 19 16:53:10 1995
|
|
+++ allocate.c Mon Dec 23 08:38:17 2002
|
|
@@ -4,7 +4,7 @@
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|
|
#include <string.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include "ansi.h"
|
|
#include "config.h"
|
|
#include "allocate.h"
|