BUILD: chunk: properly declare pool_head_trash as extern

This one was also declared without the extern modifier in an include
file.

This needs to be backported to 1.9.
This commit is contained in:
Willy Tarreau 2019-03-29 18:13:36 +01:00
parent e01d11a75b
commit 72d9f3351d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include <common/memory.h>
struct pool_head *pool_head_trash;
extern struct pool_head *pool_head_trash;
/* function prototypes */