git: bef67a0f1597 - main - mvneta: add the missing include opt_mvneta.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Feb 2023 19:20:32 UTC
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