Add -fno-common compile option
[vpp.git] / src / vnet / dpo / receive_dpo.h
index ee3c783..9459fbc 100644 (file)
@@ -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)