From: Erik M. <er...@us...> - 2001-10-15 21:45:16
|
Update of /cvsroot/blob/blob/src/lib In directory usw-pr-cvs1:/tmp/cvs-serv18289 Modified Files: command.c Log Message: we should include blob/error.h Index: command.c =================================================================== RCS file: /cvsroot/blob/blob/src/lib/command.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- command.c 2001/10/07 23:32:05 1.5 +++ command.c 2001/10/15 21:45:13 1.6 @@ -37,6 +37,7 @@ #include <blob/command.h> #include <blob/errno.h> +#include <blob/error.h> #include <blob/init.h> #include <blob/serial.h> #include <blob/time.h> |