From d271d0a329a5b3e99f4ad209b5270a8648739ff0 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Tue, 5 Jan 2010 16:04:57 +0000 Subject: * Rewritten configuration script to create config.h (Jan Kara) * Use /proc/mounts for mountpoint scanning (Jan Kara) * Removed use of reserved identifiers (Jan Kara) --- quotaio_v1.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'quotaio_v1.c') diff --git a/quotaio_v1.c b/quotaio_v1.c index 2cd70b2..0edbc16 100644 --- a/quotaio_v1.c +++ b/quotaio_v1.c @@ -32,6 +32,8 @@ * SUCH DAMAGE. */ +#include "config.h" + #include #include #include -- cgit v1.2.3