diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-21 02:41:41 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-21 02:41:41 +0000 |
commit | 845a90f6261853a842633aa61626362b11a72b11 (patch) | |
tree | 6f41ede0048aae518a5c128d9f0b6a9850df877d /libps/tty.c | |
parent | 3d7a1e12241b664e362ec96e8e043f69f213a80b (diff) |
Include <hurd/term.h>.
Diffstat (limited to 'libps/tty.c')
-rw-r--r-- | libps/tty.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libps/tty.c b/libps/tty.c index be3c8ce6..3e20e267 100644 --- a/libps/tty.c +++ b/libps/tty.c @@ -22,6 +22,7 @@ #include <stdio.h> #include <stdlib.h> #include <assert.h> +#include <hurd/term.h> #include "ps.h" #include "common.h" |