mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
12 lines
296 B
C
12 lines
296 B
C
--- modules/file-method.c.orig Fri Nov 9 12:02:38 2001
|
|
+++ modules/file-method.c Fri Nov 9 12:02:52 2001
|
|
@@ -46,7 +46,7 @@
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|
|
#include <limits.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|