From: Erik M. <er...@us...> - 2003-02-11 00:02:51
|
Update of /cvsroot/blob/blob/src/commands In directory sc8-pr-cvs1:/tmp/cvs-serv6970/src/commands Modified Files: reboot.c Log Message: Fix a couple of compile-time warnings Index: reboot.c =================================================================== RCS file: /cvsroot/blob/blob/src/commands/reboot.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- reboot.c 4 Jan 2003 02:11:43 -0000 1.2 +++ reboot.c 11 Feb 2003 00:02:48 -0000 1.3 @@ -29,6 +29,7 @@ #include <blob/serial.h> #include <blob/reboot.h> +#include <blob/util.h> |