diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-21 02:14:00 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-21 02:14:00 +0000 |
commit | 4beb9757bcd12114dfa1591f5b6c1e51bc2ff217 (patch) | |
tree | c555df378de02f2b1556b3bdcbf244e9d8748a5d | |
parent | cf83bfda36236e1523bc8aef9032af8955370f16 (diff) |
Include <hurd/term.h>.
-rw-r--r-- | libps/context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libps/context.c b/libps/context.c index 67b63ced..6d3c25b4 100644 --- a/libps/context.c +++ b/libps/context.c @@ -22,6 +22,7 @@ #include <stdio.h> #include <stdlib.h> #include <assert.h> +#include <hurd/term.h> #include "ps.h" #include "common.h" |