X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=include%2Fnet%2Finet_common.h;h=cec453c18f1d6f79198f1a186ae26d9f4be199da;hb=949d6b405e6160ae44baea39192d67b39cb7eeac;hp=cad2a611efde4960b1333499094df94c24708ec3;hpb=f8bade6c9a6213c2c5ba6e5bf32415ecab6e41e5;p=linux-2.6-microblaze.git diff --git a/include/net/inet_common.h b/include/net/inet_common.h index cad2a611efde..cec453c18f1d 100644 --- a/include/net/inet_common.h +++ b/include/net/inet_common.h @@ -3,6 +3,10 @@ #define _INET_COMMON_H #include +#include +#include +#include +#include extern const struct proto_ops inet_stream_ops; extern const struct proto_ops inet_dgram_ops; @@ -12,6 +16,8 @@ extern const struct proto_ops inet_dgram_ops; */ struct msghdr; +struct net; +struct page; struct sock; struct sockaddr; struct socket;