From d7b6997fd9daa91401088ff23ceadb33d4f5c037 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 3 Apr 2007 10:37:59 +1000 Subject: [PATCH] statd - fix some compile warnings --- utils/statd/callback.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.39.2