diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-07-29 03:58:24 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-07-29 03:58:24 +0000 |
commit | 1c5c0c934f91fbce2825acbb849e98781e774c1d (patch) | |
tree | 12b5ae03516d4103bc070e4579ae1f7f71c27d24 /drivers/net/strip.c | |
parent | 4fe70c31de87823ac9e804f4795589ba74dc6971 (diff) |
Merge with 2.1.47. Some more cleanup and module fixes.
Diffstat (limited to 'drivers/net/strip.c')
-rw-r--r-- | drivers/net/strip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/strip.c b/drivers/net/strip.c index 0104f6dc9..1ba68cf78 100644 --- a/drivers/net/strip.c +++ b/drivers/net/strip.c @@ -82,8 +82,8 @@ static const char StripVersion[] = "1.2-STUART.CHESHIRE"; #include <linux/version.h> #endif -#include <stdlib.h> #include <asm/system.h> +#include <linux/types.h> #include <asm/uaccess.h> #include <asm/bitops.h> |