]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
statd - fix some compile warnings
authorNeil Brown <neilb@suse.de>
Tue, 3 Apr 2007 00:37:59 +0000 (10:37 +1000)
committerNeil Brown <neilb@suse.de>
Tue, 3 Apr 2007 00:37:59 +0000 (10:37 +1000)
utils/statd/callback.c

index b19bb901d8ee2305d38b7c30e0a00ac5fdb8ebbb..d5d036e9fc28357b3ef703f3da3005f7cee0ad06 100644 (file)
@@ -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 */