mirror of
https://github.com/postgres/postgres.git
synced 2025-11-15 03:41:20 +03:00
Mark some more variables as static or include the appropriate header
Detected by clang's -Wmissing-variable-declarations. From: Andres Freund <andres@anarazel.de>
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "storage/s_lock.h"
|
||||
#include "storage/barrier.h"
|
||||
|
||||
slock_t dummy_spinlock;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user