summaryrefslogtreecommitdiffstats
path: root/utils/rquotad/quotactl.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rquotad/quotactl.c')
-rw-r--r--utils/rquotad/quotactl.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/rquotad/quotactl.c b/utils/rquotad/quotactl.c
index 30e68a4..8966335 100644
--- a/utils/rquotad/quotactl.c
+++ b/utils/rquotad/quotactl.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
#include <sys/types.h>
#include <unistd.h>