17 lines
359 B
Text
17 lines
359 B
Text
$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>
|
|
|