From be95da0e1960a9113b7f9607ecdb7b4a35c433ba Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 18 Sep 1996 20:55:13 +0000 Subject: casts added to numerous arguments, prototypes corrected, and proper include files added. --- cpukit/libmisc/monitor/mon-object.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/libmisc/monitor/mon-object.c') diff --git a/cpukit/libmisc/monitor/mon-object.c b/cpukit/libmisc/monitor/mon-object.c index 0dfc6513d2..90de35ee7b 100644 --- a/cpukit/libmisc/monitor/mon-object.c +++ b/cpukit/libmisc/monitor/mon-object.c @@ -21,6 +21,7 @@ #include #include /* strtoul() */ +#include /* memcpy() */ #include @@ -371,4 +372,5 @@ not_found: printf("Invalid or unsupported type %d\n", type); } } done: + return; } -- cgit v1.2.3