From f0d3a4bedccca7cce48296757bc1c8bd59b80828 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Thu, 14 Jan 2010 12:23:15 -0500 Subject: nfs-utils: Collect socket address helpers into one location Introduce generic helpers for managing socket addresses. These are general enough that they are useful for pretty much any component of nfs-utils. We also include the definition of nfs_sockaddr here, so it can be shared. See: https://bugzilla.redhat.com/show_bug.cgi?id=448743 Signed-off-by: Chuck Lever --- utils/statd/sm-notify.c | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/statd') diff --git a/utils/statd/sm-notify.c b/utils/statd/sm-notify.c index 8d90d1f..66a52eb 100644 --- a/utils/statd/sm-notify.c +++ b/utils/statd/sm-notify.c @@ -29,6 +29,7 @@ #include #include +#include "sockaddr.h" #include "xlog.h" #include "nsm.h" #include "nfsrpc.h" -- cgit