Prevents undefined ref to NULL. Signed-off-by: Jim Rees <rees@xxxxxxxxx> --- utils/statd/simu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/statd/simu.c b/utils/statd/simu.c index f1d0bf8..8932650 100644 --- a/utils/statd/simu.c +++ b/utils/statd/simu.c @@ -8,6 +8,7 @@ #include <config.h> #endif +#include <stdlib.h> #include <netdb.h> #include <arpa/inet.h> -- 1.8.5.2 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html