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/lock-init.c | |
parent | e8121a05d1543c756918ea9531488c7480d723b7 (diff) |
entered into RCS
Diffstat (limited to 'libfshelp/lock-init.c')
-rw-r--r-- | libfshelp/lock-init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libfshelp/lock-init.c b/libfshelp/lock-init.c index f32dfae8..4b1da97e 100644 --- a/libfshelp/lock-init.c +++ b/libfshelp/lock-init.c @@ -19,6 +19,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ +#include "locks.h" + /* Initialize a lock box. */ void fshelp_lock_init (struct lock_box *box) |