diff options
author | Michael I. Bushnell <mib@gnu.org> | 1992-09-21 21:52:36 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1992-09-21 21:52:36 +0000 |
commit | c70cb4b79a12ceb9f6c460a833199cd1e37963b1 (patch) | |
tree | 678c4771185eca99260e0bbf0ddad2dc3f9aef45 /hurd | |
parent | 7e02fcd788862688a3952d6e75266423d77bdb7b (diff) |
Formerly hurd_types.defs.~39~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd_types.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs index 231eef73..e19dedf2 100644 --- a/hurd/hurd_types.defs +++ b/hurd/hurd_types.defs @@ -171,4 +171,5 @@ type term_io_data_t = struct[3] of int; type rusage_t = struct[18] of int; import <sys/types.h>; +import <sys/stat.h>; import <hurd/hurd_types.h>; |