blob: fa20eed16233730da9c256f62965a0441626e36e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$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>
|