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