summaryrefslogtreecommitdiffstats
path: root/utils/statd/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/statd/stat.c')
-rw-r--r--utils/statd/stat.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/statd/stat.c b/utils/statd/stat.c
index 7d9d1b1..bcd3550 100644
--- a/utils/statd/stat.c
+++ b/utils/statd/stat.c
@@ -5,7 +5,10 @@
* NSM for Linux.
*/
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <netdb.h>
#include "statd.h"