summaryrefslogtreecommitdiff
path: root/devel/cbind/files/patch-files.c
blob: 9b368b2ac2a89367a8b0ec25d73a56a9fd1a9011 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- files.c.orig	Fri May 19 16:45:30 1995
+++ files.c	Mon Dec 23 08:38:17 2002
@@ -1,5 +1,6 @@
 #include "ansi.h"
 #include "hostinfo.h"
+#include "host.h"
 #include "config.h"
 
 #include <sys/types.h>
@@ -11,7 +12,7 @@
 #include <sys/mman.h>
 #else
 #include <unistd.h>
-#include <malloc.h>
+#include <stdlib.h>
 #endif
 
 #undef NULL