summaryrefslogtreecommitdiffstats
path: root/src/vnet/dpo/receive_dpo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/dpo/receive_dpo.h')
-rw-r--r--src/vnet/dpo/receive_dpo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/dpo/receive_dpo.h b/src/vnet/dpo/receive_dpo.h
index ee3c7836aff..9459fbcc279 100644
--- a/src/vnet/dpo/receive_dpo.h
+++ b/src/vnet/dpo/receive_dpo.h
@@ -59,7 +59,7 @@ extern void receive_dpo_module_init(void);
/**
* @brief pool of all receive DPOs
*/
-receive_dpo_t *receive_dpo_pool;
+extern receive_dpo_t *receive_dpo_pool;
static inline receive_dpo_t *
receive_dpo_get (index_t index)