summaryrefslogtreecommitdiff
path: root/print/jcabc2ps/patches/patch-minStr_c
blob: 4638ad8da1791a2c42208208b4dcd903410813f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-minStr_c,v 1.1 2011/10/03 06:45:31 dholland Exp $

Declare functions before calling them.

--- minStr.c~	2004-05-18 20:56:52.000000000 +0000
+++ minStr.c
@@ -1,4 +1,5 @@
 #include "jcabc2ps.h"
+#include "memBlock.h"
 
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Make sure that a Str has at least n bytes allocated.