2013-09-26 17:14:40 +02:00

16 lines
367 B
Plaintext

$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"