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 | 480fe2319980408b1c681d772819d551994a821d (patch) | |
| tree | 1ed1c258307d68794e1feb5fe8064a1cb69acff0 | |
| parent | 84b287dfa2aa96a62bf60cb33433c108a2d298a7 (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> |
