Просмотр исходного кода

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

Waldemar Brodkorb 9 лет назад
Родитель
Сommit
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"