From a82553e664ea8c072bfd09ef9b126ebd5a93ffd8 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 23 Sep 1996 17:16:48 +0000 Subject: : New include. --- libdiskfs/dir-lookup.c | 6 ++++-- libdiskfs/opts-append-std.c | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libdiskfs/dir-lookup.c b/libdiskfs/dir-lookup.c index c8138254..36f2bceb 100644 --- a/libdiskfs/dir-lookup.c +++ b/libdiskfs/dir-lookup.c @@ -15,13 +15,15 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "priv.h" -#include "fs_S.h" +#include #include #include #include #include +#include "priv.h" +#include "fs_S.h" + /* XXX - Temporary hack; this belongs in a header file, probably types.h. */ #define major(x) ((int)(((unsigned) (x) >> 8) & 0xff)) #define minor(x) ((int)((x) & 0xff)) diff --git a/libdiskfs/opts-append-std.c b/libdiskfs/opts-append-std.c index 505752d5..d3da031d 100644 --- a/libdiskfs/opts-append-std.c +++ b/libdiskfs/opts-append-std.c @@ -20,6 +20,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include #include #include "priv.h" -- cgit v1.2.3