mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 06:26:12 -04:00
13 lines
373 B
Plaintext
13 lines
373 B
Plaintext
$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>
|