i386/boot/compressed/misc.c fix in 2.1.31
a sun (asun@zoology.washington.edu)
Fri, 4 Apr 1997 17:26:54 -0800 (PST)
here's what i needed to get the misc.c compiled on my 486 running w/
glibc. luckily <string.h> doesn't include any type files, so there's
no conflict.
--- misc.c.save Thu Apr 3 17:39:04 1997
+++ misc.c Thu Apr 3 18:22:25 1997
@@ -11,6 +11,7 @@
#include <string.h>
+#include <linux/types.h>
#include <asm/segment.h>
#include <asm/io.h>