From: Neil Brown Date: Tue, 3 Apr 2007 00:37:59 +0000 (+1000) Subject: statd - fix some compile warnings X-Git-Tag: nfs-utils-1-1-0-rc2~11 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=d7b6997fd9daa91401088ff23ceadb33d4f5c037 statd - fix some compile warnings --- diff --git a/utils/statd/callback.c b/utils/statd/callback.c index b19bb90..d5d036e 100644 --- a/utils/statd/callback.c +++ b/utils/statd/callback.c @@ -9,8 +9,10 @@ #ifdef HAVE_CONFIG_H #include #endif +#include "misc.h" #include "statd.h" #include "notlist.h" +#include /* Callback notify list. */ /* notify_list *cbnl = NULL; ... never used */