blob: 007f3d9b4ebf96ebf7a268c40d73626bab2734cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-ao,v 1.2 2007/08/08 20:20:07 joerg Exp $
--- src/proxy-dialogs.c.orig 2000-12-08 16:11:08.000000000 +0000
+++ src/proxy-dialogs.c
@@ -17,11 +17,7 @@
#include <Xm/Label.h>
#include <Xm/MessageB.h>
-#ifdef __bsdi__
-#include <sys/malloc.h>
-#else
-#include <malloc.h>
-#endif
+#include <stdlib.h>
#include <string.h>
#include <assert.h>
|