summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--babeld/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/util.h b/babeld/util.h
index 00a025ff93..9310040571 100644
--- a/babeld/util.h
+++ b/babeld/util.h
@@ -122,7 +122,7 @@ void uchar_to_inaddr(struct in_addr *dest, const unsigned char *src);
void in6addr_to_uchar(unsigned char *dest, const struct in6_addr *src);
void uchar_to_in6addr(struct in6_addr *dest, const unsigned char *src);
int daemonise(void);
-const unsigned char v4prefix[16];
+extern const unsigned char v4prefix[16];
/* If debugging is disabled, we want to avoid calling format_address
for every omitted debugging message. So debug is a macro. But