diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-03-12 00:16:09 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-03-12 00:16:09 +0000 |
commit | 8a2bb5dc041c7598fef108eac0edddb0eea4f08c (patch) | |
tree | 24643a43117f2ba33740cbbe139d116b6a5d56eb /isys/lang.c | |
parent | c8ff634241cb6406975171fac66f400da7982e19 (diff) | |
download | anaconda-8a2bb5dc041c7598fef108eac0edddb0eea4f08c.tar.gz anaconda-8a2bb5dc041c7598fef108eac0edddb0eea4f08c.tar.xz anaconda-8a2bb5dc041c7598fef108eac0edddb0eea4f08c.zip |
merge using zlib for stage2 instead of gzlib
Diffstat (limited to 'isys/lang.c')
-rw-r--r-- | isys/lang.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/lang.c b/isys/lang.c index 32232cffd..8442607d3 100644 --- a/isys/lang.c +++ b/isys/lang.c @@ -11,6 +11,7 @@ #include "linux/kd.h" #include "cpio.h" +#include "stubs.h" int isysLoadFont(char * fontFile) { char font[8192]; |