13 lines
352 B
Text
13 lines
352 B
Text
$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"
|