mkjournal.c: Add #include of netinet/in.h, since Solaris requires it
for ntohl().
2000-10-26 <tytso@snap.thunk.org>
+ * mkjournal.c: Add #include of netinet/in.h, since Solaris
+ requires it for ntohl().
+
* ext2_io.h (io_channel_write_byte): Add new interface to allow
callers to write specific byte ranges. This is an
optional interface, which not all IO channels may
#if HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
+#if HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
#if EXT2_FLAT_INCLUDES
#include "ext2_fs.h"