blob: b8bd5028def5f2119ebdf3ca2de7e3d1d135d211 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ae,v 1.1 2006/01/06 17:20:21 tron Exp $
--- lib/font/Type1/spaces.c.orig 1998-11-23 21:32:50.000000000 +0000
+++ lib/font/Type1/spaces.c 2006-01-06 16:02:52.000000000 +0000
@@ -38,6 +38,7 @@
:h3.Include Files
*/
/* $XFree86: xc/lib/font/Type1/spaces.c,v 3.0.6.2 1998/10/04 15:22:56 hohndel Exp $ */
+#include <stdlib.h>
#include "objects.h"
#include "spaces.h"
#include "paths.h"
|