projects
/
nfs-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1374c38
)
statd - fix some compile warnings
author
Neil Brown
<neilb@suse.de>
Tue, 3 Apr 2007 00:37:59 +0000
(10:37 +1000)
committer
Neil Brown
<neilb@suse.de>
Tue, 3 Apr 2007 00:37:59 +0000
(10:37 +1000)
utils/statd/callback.c
patch
|
blob
|
history
diff --git
a/utils/statd/callback.c
b/utils/statd/callback.c
index b19bb901d8ee2305d38b7c30e0a00ac5fdb8ebbb..d5d036e9fc28357b3ef703f3da3005f7cee0ad06 100644
(file)
--- a/
utils/statd/callback.c
+++ b/
utils/statd/callback.c
@@
-9,8
+9,10
@@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
+#include "misc.h"
#include "statd.h"
#include "notlist.h"
+#include <arpa/inet.h>
/* Callback notify list. */
/* notify_list *cbnl = NULL; ... never used */