diff options
Diffstat (limited to 'lib/falloc.c')
-rw-r--r-- | lib/falloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/falloc.c b/lib/falloc.c index 1652ccd19..55faf471a 100644 --- a/lib/falloc.c +++ b/lib/falloc.c @@ -1,5 +1,3 @@ -#include "system.h" - /** \ingroup rpmio db1 * \file lib/falloc.c * @@ -13,8 +11,10 @@ * */ +#include "system.h" #include <rpmio_internal.h> #include "falloc.h" +#include "debug.h" /** \ingroup db1 */ |