diff options
author | Neil Brown <neilb@suse.de> | 2007-03-20 10:04:16 +1100 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2007-03-20 10:04:16 +1100 |
commit | 19d85885b9eba376c7fc96c2f0b69c22776ba077 (patch) | |
tree | f78c70ab1dfeca8f5204011161b7122735ea8607 /utils/statd/sm-notify.c | |
parent | 7ed3ed034b9cda6c51ee7b506b7f845b6effb861 (diff) | |
download | nfs-utils-19d85885b9eba376c7fc96c2f0b69c22776ba077.tar.gz nfs-utils-19d85885b9eba376c7fc96c2f0b69c22776ba077.tar.xz nfs-utils-19d85885b9eba376c7fc96c2f0b69c22776ba077.zip |
sm-notify - compile and install
Add sm-notify to the compile/install scripts,
(and fix a compile warning).
Diffstat (limited to 'utils/statd/sm-notify.c')
-rw-r--r-- | utils/statd/sm-notify.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/statd/sm-notify.c b/utils/statd/sm-notify.c index c62e7eb..0ea3977 100644 --- a/utils/statd/sm-notify.c +++ b/utils/statd/sm-notify.c @@ -22,6 +22,7 @@ #include <stdarg.h> #include <netdb.h> #include <errno.h> +#include <grp.h> #ifndef BASEDIR #define BASEDIR "/var/lib/nfs" |