diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-16 18:56:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-16 18:56:57 +0200 |
commit | ea95d68cf3015f9688fea02b782c2fc5fac4b8e5 (patch) | |
tree | 0c9658a2bbb88c734c56025a81d56d7987ffd5fc /package/libtirpc/src/rpcgen | |
parent | 781a0cf37456a5b7b4d0d9106ef3401a9936b842 (diff) |
libtirpc: remove not required header, fixes Darwin cross-compile
Diffstat (limited to 'package/libtirpc/src/rpcgen')
-rw-r--r-- | package/libtirpc/src/rpcgen/rpc_cout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libtirpc/src/rpcgen/rpc_cout.c b/package/libtirpc/src/rpcgen/rpc_cout.c index a61214fdb..cf1830c6f 100644 --- a/package/libtirpc/src/rpcgen/rpc_cout.c +++ b/package/libtirpc/src/rpcgen/rpc_cout.c @@ -36,7 +36,6 @@ static char sccsid[] = "@(#)rpc_cout.c 1.13 89/02/22 (C) 1987 SMI"; #include <stdio.h> #include <string.h> #include <stdlib.h> -#include <malloc.h> #include <ctype.h> #include "rpc_parse.h" #include "rpc_util.h" |