summaryrefslogtreecommitdiffstats
path: root/utils/rquotad/rquota_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rquotad/rquota_server.c')
-rw-r--r--utils/rquotad/rquota_server.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/rquotad/rquota_server.c b/utils/rquotad/rquota_server.c
index 45f351f..32e5cba 100644
--- a/utils/rquotad/rquota_server.c
+++ b/utils/rquotad/rquota_server.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
#define _LINUX_QUOTA_VERSION 1
#include <rpc/rpc.h>