diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-08 19:00:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-08 19:00:25 +0000 |
commit | d99a7ac3286b8070a000836d437ed4049e804e95 (patch) | |
tree | ebab4d0f03839aaedc8dabb403c1d7f7d46624b9 | |
parent | 4063ebd193d75184c244619dd401b2e883c6fd8b (diff) |
Formerly init-loop.c.~2~
-rw-r--r-- | libdiskfs/init-loop.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdiskfs/init-loop.c b/libdiskfs/init-loop.c index 8786307a..0f61f9be 100644 --- a/libdiskfs/init-loop.c +++ b/libdiskfs/init-loop.c @@ -19,6 +19,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ +#include "priv.h" + void diskfs_main_request_loop (void) { |