summaryrefslogtreecommitdiff
path: root/bylabel.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 /bylabel.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 'bylabel.c')
-rw-r--r--bylabel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bylabel.c b/bylabel.c
index 37d761a..68a109c 100644
--- a/bylabel.c
+++ b/bylabel.c
@@ -12,6 +12,8 @@
* - Added XFS support
*/
+#include "config.h"
+
#include <stdio.h>
#include <sys/param.h>
#include <string.h>