diff options
Diffstat (limited to 'build/parsePrep.c')
-rw-r--r-- | build/parsePrep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/parsePrep.c b/build/parsePrep.c index 82061f2f3..c0cc6eb9b 100644 --- a/build/parsePrep.c +++ b/build/parsePrep.c @@ -4,8 +4,8 @@ #include "system.h" -#include <rpmbuild.h> #include <rpmio_internal.h> +#include <rpmbuild.h> /* These have to be global to make up for stupid compilers */ static int leaveDirs, skipDefaultAction; |