소스 검색

libtirpc: remove not required header, fixes Darwin cross-compile

Waldemar Brodkorb 10 년 전
부모
커밋
ea95d68cf3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      package/libtirpc/src/rpcgen/rpc_cout.c

+ 0 - 1
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"