mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
18 lines
359 B
Plaintext
18 lines
359 B
Plaintext
$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>
|
|
|