Put back storage/proc.h in postmaster.c.

I took this out thinking it wasn't needed anymore, but the EXEC_BACKEND
code still needs it.  Per buildfarm.
This commit is contained in:
Tom Lane 2012-07-17 10:14:06 -04:00
parent f34c68f096
commit 57b9bdda39
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@
#include "storage/ipc.h"
#include "storage/pg_shmem.h"
#include "storage/pmsignal.h"
#include "storage/proc.h"
#include "tcop/tcopprot.h"
#include "utils/builtins.h"
#include "utils/datetime.h"