diff options
Diffstat (limited to 'src/include/tcop/dest.h')
-rw-r--r-- | src/include/tcop/dest.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h index 5bcca3fbcaa..8108973c934 100644 --- a/src/include/tcop/dest.h +++ b/src/include/tcop/dest.h @@ -125,7 +125,8 @@ struct _DestReceiver /* Private fields might appear beyond this point... */ }; -extern DestReceiver *None_Receiver; /* permanent receiver for DestNone */ +extern PGDLLIMPORT DestReceiver *None_Receiver; /* permanent receiver for + * DestNone */ /* The primary destination management functions */ |