lkml.org 
[lkml]   [2003]   [Apr]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
Subject[PATCH][TRIVIAL][2.5.67] Compile fix to file include/linux/inet.h
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/

\
 
 \ /
  Last update: 2005-03-22 13:34    [W:0.056 / U:0.416 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site