The abs() function isn't defined locally; include a header file that

defines it.
This commit is contained in:
mdodd 2003-01-16 08:53:03 +00:00
parent b8c33f3dc0
commit 6ceb6e6fac

View File

@ -32,6 +32,7 @@
*/ */
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h>
#include <ddb/ddb.h> #include <ddb/ddb.h>
#include <ddb/db_access.h> #include <ddb/db_access.h>