From 21f7b73b0f1188ceb976b576b3a5da493f934d3d Mon Sep 17 00:00:00 2001 From: Richard Dawe Date: Sun, 3 Sep 2006 11:57:04 +0000 Subject: [PATCH] Include files, to pick up declarations for printf, strcpy (fixes warnings) --- umem_test.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/umem_test.c b/umem_test.c index 113139a..546bf5e 100644 --- a/umem_test.c +++ b/umem_test.c @@ -1,3 +1,7 @@ +#include +#include +#include + #include "umem.h" int main(int argc, char *argv[])