mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 14:00:45 -04:00
15 lines
344 B
Plaintext
15 lines
344 B
Plaintext
$NetBSD: patch-ab,v 1.6 2012/02/11 09:54:21 hiramatsu Exp $
|
|
|
|
Include stdlib.h when zile is not build with glibc.
|
|
|
|
--- lib/wchar.in.h.orig 2012-02-11 05:51:54.000000000 +0000
|
|
+++ lib/wchar.in.h
|
|
@@ -68,6 +68,7 @@
|
|
# include <stddef.h>
|
|
#endif
|
|
#ifndef __GLIBC__
|
|
+# include <stdlib.h> /* NetBSD */
|
|
# include <stdio.h>
|
|
# include <time.h>
|
|
#endif
|