From nobody Fri Dec 17 11:38:59 2021 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 06F4118EEB98; Fri, 17 Dec 2021 11:39:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JFn7S32gNz4kYq; Fri, 17 Dec 2021 11:39:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C76B1B284; Fri, 17 Dec 2021 11:39:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BHBcxOx073834; Fri, 17 Dec 2021 11:38:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BHBcxMN073833; Fri, 17 Dec 2021 11:38:59 GMT (envelope-from git) Date: Fri, 17 Dec 2021 11:38:59 GMT Message-Id: <202112171138.1BHBcxMN073833@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Kristof Provost Subject: git: f4096a7c8a5b - main - net: make ethernet.h self-contained List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kp X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f4096a7c8a5be23ac9b2250e20119cbe4798c838 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639741140; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7lH1nyqLOyeTdxlnXc/C5V/Ep7uDyPIKNZa0jZ/+x3k=; b=TCuBTvUkJg9fQft6iRN/6zeq/pCmjpEunJh9Yp3mpbv3izHBE4CPcZogCQENWRETUz/Hjg BDnHd6Wq+PqXTV+My4t/UpCwbo7yAtHo/s3ngu3o6EO8n08VYNFOKIdyzx1oAf8MSpgE++ e34Tyu0uVqupUj0fF7L7IliswwjSMgbi8g7ALrwMOh4dGV12wo4YckZLZypafLoHHWn4yl r5l4KCL8vYQxxknMGqq4bBAfA7LOI389N2qoNxH0Nr3/mn+0u4CsT8cF05X45UohGcqlNG DsgsBjUygbrRr6v2wXQ/K8LmW+ZKje58VnGtZ/So5oIjhVsAFZC34qJCjbV12Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639741140; a=rsa-sha256; cv=none; b=YYi4XmX8Cl8j6zTTrzmg+d1RA+3d1aODsSUUJHPHTfNBCpQxzTm0XGxKre0bmlD8bxRuat J0uB3HIQOyQ2JWqt2Vq8oa3LifRz45hATd5tPpfHp8aaHwjxj/J0mRlRw5nZ11dl77Mcbx 5FHNlsnS3f4zIfOG2CFC88rCusfgjEqX7AgISto1Nwi+567lUOXhdQdMxvaD5+jI+6BRTc wLevd4ppxVRqN4xo12/RlmglUAiH/ewZqZKgDaLYfMfAlrNVba6Xkb/VJBb8MR1O5mXhPw RT2AB7uMcnTdS3BVlPDPNIzXvvDFZfz/8jZnmcFpPgPi47vp4D+qMIbjorrT/A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=f4096a7c8a5be23ac9b2250e20119cbe4798c838 commit f4096a7c8a5be23ac9b2250e20119cbe4798c838 Author: Kristof Provost AuthorDate: 2021-12-15 19:44:23 +0000 Commit: Kristof Provost CommitDate: 2021-12-17 11:38:35 +0000 net: make ethernet.h self-contained Reviewed by: imp Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D33501 --- sys/net/ethernet.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/net/ethernet.h b/sys/net/ethernet.h index 9a80a6db794f..a3ca88473a9f 100644 --- a/sys/net/ethernet.h +++ b/sys/net/ethernet.h @@ -8,6 +8,8 @@ #ifndef _NET_ETHERNET_H_ #define _NET_ETHERNET_H_ +#include + /* * Some basic Ethernet constants. */