13 lines
367 B
Text
13 lines
367 B
Text
$NetBSD: patch-ap,v 1.1 2007/07/28 01:30:02 joerg Exp $
|
|
|
|
--- ui/local_remote_ops.c.orig 2007-07-28 00:57:20.000000000 +0000
|
|
+++ ui/local_remote_ops.c
|
|
@@ -12,7 +12,7 @@
|
|
#include "../program/ftp.h"
|
|
#include "../program/misc.h"
|
|
#include "transfer.h"
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <Xm/SelectioB.h>
|
|
#include <Xm/MessageB.h>
|
|
#include <Xm/List.h>
|