blob: c5d2814e74e48d7a7a94b504fd089637107bc9c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-cj,v 1.1 2008/08/31 06:52:29 dholland Exp $
--- server/plist.c~ 1996-04-03 11:41:24.000000000 -0500
+++ server/plist.c 2008-08-31 01:38:27.000000000 -0400
@@ -27,6 +27,7 @@
* Generic pointer list type. *
* *
************************************************************************/
+#include <stdlib.h>
#include "xmx.h"
#include "incl/plist.pvt.h"
|