summaryrefslogtreecommitdiff
path: root/bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'bridge.h')
-rw-r--r--bridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge.h b/bridge.h
index c3a2f4c57..79ea4fbde 100644
--- a/bridge.h
+++ b/bridge.h
@@ -20,6 +20,6 @@ typedef struct Bridge {
} Bridge;
extern const Bridge orig_bridge[MAX_BRIDGES];
-Bridge _bridge[MAX_BRIDGES];
+extern Bridge _bridge[MAX_BRIDGES];
#endif /* BRIDGE_H */