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