Sophie

Sophie

distrib > Mandriva > 2007.1 > i586 > by-pkgid > a291f30307e8b07ff26b8ba4ce97b46d > files > 18

proftpd-1.3.1-0.rc2.3.3mdv2007.1.src.rpm

--- contrib/mod_quotatab_radius.c	2006-04-18 00:35:13.000000000 +0200
+++ contrib/mod_quotatab_radius.c.oden	2007-01-24 13:06:07.000000000 +0100
@@ -24,13 +24,13 @@
  * distribution.
  */
 
+#include "mod_quotatab.h"
+
 /* Make sure the version of proftpd is as necessary. */
 #if PROFTPD_VERSION_NUMBER < 0x0001030001
 # error "ProFTPD 1.3.0rc1 or later required"
 #endif
 
-#include "mod_quotatab.h"
-
 module quotatab_radius_module;
 
 static int radiustab_close(quota_table_t *radiustab) {