diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-11 18:55:36 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-11 18:55:36 +0000 |
commit | 3139e2fd3f00225ac02821ea8895758740af4556 (patch) | |
tree | be2caaa8d9831f7730a8fd7a6f9a46c65a95debe /libfshelp/locks.h | |
parent | e8121a05d1543c756918ea9531488c7480d723b7 (diff) | |
download | hurd-3139e2fd3f00225ac02821ea8895758740af4556.tar.gz hurd-3139e2fd3f00225ac02821ea8895758740af4556.tar.bz2 hurd-3139e2fd3f00225ac02821ea8895758740af4556.zip |
entered into RCS
Diffstat (limited to 'libfshelp/locks.h')
-rw-r--r-- | libfshelp/locks.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libfshelp/locks.h b/libfshelp/locks.h index b2dc1a53..dcecf5d9 100644 --- a/libfshelp/locks.h +++ b/libfshelp/locks.h @@ -1,5 +1,5 @@ /* - Copyright (C) 1993, 1994 Free Software Foundation + Copyright (C) 1994 Free Software Foundation This file is part of the GNU Hurd. @@ -24,3 +24,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <cthreads.h> #include <hurd/ports.h> #include "fshelp.h" +#include <sys/file.h> +#include <assert.h> |