Netdev List
 help / color / mirror / Atom feed
From: Tom Herbert <tom@quantonium.net>
To: netdev@vger.kernel.org
Cc: rohit@quantonium.net, davejwatson@fb.com,
	Tom Herbert <tom@quantonium.net>
Subject: [PATCH v3 net-next 1/4] inet: include net/sock.h in inet_common.h
Date: Thu,  3 Aug 2017 12:31:41 -0700	[thread overview]
Message-ID: <20170803193144.24108-2-tom@quantonium.net> (raw)
In-Reply-To: <20170803193144.24108-1-tom@quantonium.net>

inet_common.h has a dependency on sock.h so it should include that.

Signed-off-by: Tom Herbert <tom@quantonium.net>
---
 include/net/inet_common.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/net/inet_common.h b/include/net/inet_common.h
index f39ae697347f..df0119a317aa 100644
--- a/include/net/inet_common.h
+++ b/include/net/inet_common.h
@@ -1,6 +1,8 @@
 #ifndef _INET_COMMON_H
 #define _INET_COMMON_H
 
+#include <net/sock.h>
+
 extern const struct proto_ops inet_stream_ops;
 extern const struct proto_ops inet_dgram_ops;
 
-- 
2.11.0

  reply	other threads:[~2017-08-03 19:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-03 19:31 [PATCH v3 net-next 0/4] ulp: Generalize ULP infrastructure Tom Herbert
2017-08-03 19:31 ` Tom Herbert [this message]
2017-08-03 19:31 ` [PATCH v3 net-next 2/4] sock: " Tom Herbert
2017-08-03 23:26   ` Mat Martineau
2017-08-03 19:31 ` [PATCH v3 net-next 3/4] tcp: Adjust TCP ULP to defer to sockets ULP Tom Herbert
2017-08-03 19:31 ` [PATCH v3 net-next 4/4] ulp: Documention for ULP infrastructure Tom Herbert
2017-08-03 23:45   ` Mat Martineau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170803193144.24108-2-tom@quantonium.net \
    --to=tom@quantonium.net \
    --cc=davejwatson@fb.com \
    --cc=netdev@vger.kernel.org \
    --cc=rohit@quantonium.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox