summaryrefslogtreecommitdiffstats
path: root/utils/rquotad/rquota_svc.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rquotad/rquota_svc.c')
-rw-r--r--utils/rquotad/rquota_svc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/rquotad/rquota_svc.c b/utils/rquotad/rquota_svc.c
index 1d07c1c..0785551 100644
--- a/utils/rquotad/rquota_svc.c
+++ b/utils/rquotad/rquota_svc.c
@@ -18,7 +18,10 @@
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
-#include "config.h"
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifdef HAVE_TCP_WRAPPER
#include "tcpwrapper.h"