summaryrefslogtreecommitdiff
path: root/setquota.c
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2010-01-05 16:04:57 +0000
committerjkar8572 <jkar8572>2010-01-05 16:04:57 +0000
commitd271d0a329a5b3e99f4ad209b5270a8648739ff0 (patch)
treebb40ea2801530ab7865737cdb77b60335d48aa5c /setquota.c
parent077c4c5cd183f46e89f6cb5b1269019235bb9b8a (diff)
downloadlinuxquota-d271d0a329a5b3e99f4ad209b5270a8648739ff0.tar.gz
* Rewritten configuration script to create config.h (Jan Kara)
* Use /proc/mounts for mountpoint scanning (Jan Kara) * Removed use of reserved identifiers (Jan Kara)
Diffstat (limited to 'setquota.c')
-rw-r--r--setquota.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/setquota.c b/setquota.c
index 5249737..1020d8f 100644
--- a/setquota.c
+++ b/setquota.c
@@ -4,6 +4,9 @@
*
* Jan Kara <jack@suse.cz> - sponsored by SuSE CR
*/
+
+#include "config.h"
+
#include <rpc/rpc.h>
#include <sys/types.h>
#include <errno.h>