diff options
Diffstat (limited to 'quotasync.c')
-rw-r--r-- | quotasync.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/quotasync.c b/quotasync.c index 78a63c2..80f7e9e 100644 --- a/quotasync.c +++ b/quotasync.c @@ -1,3 +1,5 @@ +#include "config.h" + #include <stdio.h> #include <stdlib.h> #include <unistd.h> @@ -7,7 +9,6 @@ #include <getopt.h> #include "pot.h" -#include "config.h" #include "common.h" #include "quotasys.h" #include "quotaio.h" |