blob: e78c65430a93fedcf17e255541fbdbf8e8d58c90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-setStr_c,v 1.1 2011/10/03 06:45:31 dholland Exp $
Declare functions before calling them.
--- setStr.c~ 2003-04-19 15:21:53.000000000 +0000
+++ setStr.c
@@ -1,3 +1,4 @@
+#include "memBlock.h"
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* This is a limited substitute for the more general MakStr*() functions in the *
|