From 64b2f83b365188286fd759833b5d4d78269779d1 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 19 May 2005 05:52:00 +0000 Subject: * runtime.h: Always include string.c. --- runtime/runtime.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/runtime.h') diff --git a/runtime/runtime.h b/runtime/runtime.h index d420fc1f..5937ec5b 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -30,5 +30,7 @@ static unsigned n_subbufs = 4; static unsigned subbuf_size = 65536; #include "print.c" +#include "string.c" + #endif /* _RUNTIME_H_ */ -- cgit