Fix headerscheck failure in replication/worker_internal.h

Broken by 31c389d8de
This commit is contained in:
Alvaro Herrera 2021-11-16 13:30:37 -03:00
parent e51c46991f
commit ad26ee2825
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "access/xlogdefs.h"
#include "catalog/pg_subscription.h"
#include "datatype/timestamp.h"
#include "storage/fileset.h"
#include "storage/lock.h"
#include "storage/spin.h"