Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Feb 2023 19:20:32 GMT
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: bef67a0f1597 - main - mvneta: add the missing include opt_mvneta.h
Message-ID:  <202302071920.317JKWJe059004@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mjg:

URL: https://cgit.FreeBSD.org/src/commit/?id=bef67a0f1597616a2915c9236b6c031fdbb6fd67

commit bef67a0f1597616a2915c9236b6c031fdbb6fd67
Author:     Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2023-02-07 19:20:05 +0000
Commit:     Mateusz Guzik <mjg@FreeBSD.org>
CommitDate: 2023-02-07 19:20:05 +0000

    mvneta: add the missing include opt_mvneta.h
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sys/dev/neta/if_mvnetareg.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/dev/neta/if_mvnetareg.h b/sys/dev/neta/if_mvnetareg.h
index ccc4644534e0..c504c73feeb9 100644
--- a/sys/dev/neta/if_mvnetareg.h
+++ b/sys/dev/neta/if_mvnetareg.h
@@ -32,6 +32,8 @@
 #ifndef _IF_MVNETAREG_H_
 #define	_IF_MVNETAREG_H_
 
+#include "opt_mvneta.h"
+
 #if BYTE_ORDER == BIG_ENDIAN
 #error "BIG ENDIAN not supported"
 #endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302071920.317JKWJe059004>