blob: efe26a5d38d6fbee440074340321a9f7c5ba56b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ai,v 1.1 2007/07/28 01:30:01 joerg Exp $
--- ui/remote_refresh.c.orig 2007-07-28 00:40:57.000000000 +0000
+++ ui/remote_refresh.c
@@ -5,7 +5,7 @@
#include <Xm/Xm.h>
#include <Xm/List.h>
#include <Xm/SelectioB.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <stdio.h>
#include "remote_refresh.h"
#include "../program/misc.h"
|