diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-24 20:20:09 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-24 20:20:09 +0000 |
commit | f68f0ef14fa0af60d857110aa873d30a631f6765 (patch) | |
tree | 1bf0fc704fba1ad0ca073511096b56912eed22ea | |
parent | 319c6764130ce97b1f1da085d529509615438941 (diff) |
Include <mom-errors.h>.
-rw-r--r-- | libmom/mom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmom/mom.h b/libmom/mom.h index 8a2c1667..a067dfc9 100644 --- a/libmom/mom.h +++ b/libmom/mom.h @@ -23,6 +23,8 @@ #include <stdlib.h> #include <errno.h> +#include <mom-errors.h> + /* This header file defines structure layouts for the use of functions below; it is specific to the particular microkernel in use. */ #include <mom-kerndep.h> |