c9c8f97e88
- Depend on the latest version of xview-config - Mark as LICENSE sun-openlook-license - Bump pkgrevision
15 lines
367 B
Text
15 lines
367 B
Text
$NetBSD: patch-dx,v 1.2 2009/12/10 20:35:58 abs Exp $
|
|
|
|
--- lib/libolgx/ol_init.c.orig 1993-06-29 05:18:28.000000000 +0000
|
|
+++ lib/libolgx/ol_init.c
|
|
@@ -9,7 +9,10 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <sys/param.h>
|
|
+#if !(defined(BSD) && (BSD >= 199103))
|
|
#include <malloc.h>
|
|
+#endif
|
|
#include <X11/Xlib.h>
|
|
#include "olgx_impl.h"
|
|
#include "busy.h"
|