summaryrefslogtreecommitdiff
blob: 5f731666738c6800724f4617378958c6f4c55f6d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/plugins/nd/src/backend.h
+++ b/plugins/nd/src/backend.h
@@ -37,7 +37,7 @@
     _EVENTD_ND_BACKENDS_SIZE
 } EventdNdBackends;
 
-const gchar *eventd_nd_backends_names[_EVENTD_ND_BACKENDS_SIZE];
+extern const gchar *eventd_nd_backends_names[_EVENTD_ND_BACKENDS_SIZE];
 
 typedef struct {
     EventdNdContext *context;