mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-16 16:21:53 +00:00
GCC 15 has stricter checks for header macros where mismatches between `#ifndef` and `#define` are flagged as errors. Signed-off-by: Sean Khan <datapronix@protonmail.com>
12 lines
165 B
Diff
12 lines
165 B
Diff
--- a/mc_ovs.h
|
|
+++ b/mc_ovs.h
|
|
@@ -14,7 +14,7 @@
|
|
*/
|
|
|
|
#ifndef _MC_OVS_H_
|
|
-#define _MC_OVS_H
|
|
+#define _MC_OVS_H_
|
|
|
|
int mc_ovs_init(void);
|
|
void mc_ovs_exit(void);
|