pkgsrc/wm/w9wm/patches/patch-aa
2005-07-20 17:51:52 +00:00

12 lines
373 B
Text

$NetBSD: patch-aa,v 1.1 2005/07/20 17:51:52 kristerw Exp $
--- client.c.orig Wed Jul 20 19:46:03 2005
+++ client.c Wed Jul 20 19:46:30 2005
@@ -1,6 +1,6 @@
/* Copyright (c) 1994 David Hogan, 2000 Benjamin Drieu see README for licence details */
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include <X11/X.h>
#include <X11/Xlib.h>