diff options
Diffstat (limited to 'source/a/rpm2tgz/rpmoffset.c')
-rw-r--r-- | source/a/rpm2tgz/rpmoffset.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/a/rpm2tgz/rpmoffset.c b/source/a/rpm2tgz/rpmoffset.c index 57af397c..fd09e623 100644 --- a/source/a/rpm2tgz/rpmoffset.c +++ b/source/a/rpm2tgz/rpmoffset.c @@ -5,6 +5,7 @@ /* Wouldn't it be a lot more sane if we could just untar these things? */ #include <stdlib.h> +#include <stdio.h> /* These offsets keep getting bigger, so we're going to just bite a 2MB */ /* chunk of RAM right away so that we have enough. Yeah, horrible */ |