summaryrefslogtreecommitdiffstats
path: root/utils/statd/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/statd/log.c')
-rw-r--r--utils/statd/log.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/statd/log.c b/utils/statd/log.c
index 008f036..408807e 100644
--- a/utils/statd/log.c
+++ b/utils/statd/log.c
@@ -12,7 +12,9 @@
* 260295 okir started with simply syslog logging.
*/
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <syslog.h>
#include <unistd.h>