diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 13:28:09 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 13:28:09 +0000 |
commit | 71ffb0afd4850e98c4068a4671a4423c4fc19a19 (patch) | |
tree | 3be7bde6d04080789329d00a9bddf50838c136a8 | |
parent | 8db3d3dd2192e2d875d7eaec7f241e15d7e635ba (diff) |
Include <stdio.h>.
-rw-r--r-- | term/users.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/term/users.c b/term/users.c index 57dfabfd..ac2d4d6b 100644 --- a/term/users.c +++ b/term/users.c @@ -27,8 +27,10 @@ #include <hurd/trivfs.h> #include <cthreads.h> #include <hurd.h> +#include <stdio.h> #include "ourmsg_U.h" + #undef ECHO #undef MDMBUF #undef TOSTOP |