From 0ff226cb9dc9382c5215368a03a5bd3a69ee287a Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Tue, 15 Jul 2008 13:23:58 -0400 Subject: [PATCH] Add #include directives for additional header files needed to support IPv6 networking. This is a separate patch so subsequent patches can be reordered without collision. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- utils/mount/network.c | 5 ++++- utils/mount/stropts.c | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/utils/mount/network.c b/utils/mount/network.c index 30a4d40..c9fd548 100644 --- a/utils/mount/network.c +++ b/utils/mount/network.c @@ -33,10 +33,13 @@ #include #include #include + +#include +#include +#include #include #include #include -#include #include "xcommon.h" #include "mount.h" diff --git a/utils/mount/stropts.c b/utils/mount/stropts.c index 34b4134..a9c0b50 100644 --- a/utils/mount/stropts.c +++ b/utils/mount/stropts.c @@ -33,8 +33,11 @@ #include #include #include + #include #include +#include +#include #include "xcommon.h" #include "mount.h" -- 2.39.2