blob: 5ab0e3a9c1c9acb8e7656fd17bb34c8f4c9da43c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-cellget_c,v 1.1 2012/06/16 04:00:54 dholland Exp $
Use standard headers.
--- cellget.c~ 1993-07-14 11:02:14.000000000 +0000
+++ cellget.c
@@ -16,6 +16,7 @@
#include <stdio.h>
+#include <stdlib.h>
static OBJECT *pSte, *pTra, *pK;
|