13 lines
325 B
Text
13 lines
325 B
Text
$NetBSD: patch-aj,v 1.1 2007/07/28 01:30:01 joerg Exp $
|
|
|
|
--- ui/download.c.orig 2007-07-28 00:42:27.000000000 +0000
|
|
+++ ui/download.c
|
|
@@ -6,7 +6,7 @@
|
|
#include <Xm/MessageB.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <unistd.h>
|
|
#include <signal.h>
|
|
#include <sys/types.h>
|