blob: 26c8018b25746ca6328b29d61bd1ca92a81cdb6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-bn,v 1.1 2010/03/03 15:24:20 is Exp $
--- srtex/print.c.orig 1999-08-03 19:48:22.000000000 +0200
+++ srtex/print.c
@@ -3,6 +3,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include "../config.h"
char *yyref ();
|