From: Chuck Lever Date: Fri, 26 Sep 2008 17:20:49 +0000 (-0400) Subject: sm-notify command: include X-Git-Tag: nfs-utils-1-1-4~25 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=37130ec4041bd703d706207d77b4398ea252be5a sm-notify command: include Clean up: Include config.h as other source files do; instead of using "config.h" use the HAVE_CONFIG_H macro and include . Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- diff --git a/utils/statd/sm-notify.c b/utils/statd/sm-notify.c index b75f11b..5a02394 100644 --- a/utils/statd/sm-notify.c +++ b/utils/statd/sm-notify.c @@ -4,6 +4,10 @@ * Copyright (C) 2004-2006 Olaf Kirch */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include @@ -24,8 +28,6 @@ #include #include -#include "config.h" - #ifndef BASEDIR # ifdef NFS_STATEDIR # define BASEDIR NFS_STATEDIR