[PATCH][TRIVIAL][2.5.67] Compile fix to file include/linux/inet.h

Mika Kukkonen (mika@osdl.org)
Mon, 7 Apr 2003 21:04:59 -0700 (PDT)


I was unfortunate enough to have "#include <inet.h>" as a first line in
my c-file, and so got bitten by this. Please apply.

--MiKu

--- stable/include/linux/inet.h 2003-04-07 21:00:37.000000000 -0700
+++ unstable/include/linux/inet.h 2003-04-07 20:59:45.000000000 -0700
@@ -43,6 +43,8 @@
#define _LINUX_INET_H

#ifdef __KERNEL__
+#include <asm/types.h>
+
extern __u32 in_aton(const char *str);
#endif
#endif /* _LINUX_INET_H */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/