From: Robert Haas Date: Wed, 9 Apr 2014 15:38:52 +0000 (-0400) Subject: Add missing include. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=b0827320610c6e4a42b2747b354ed05f7c94a30d;p=users%2Fheikki%2Fpostgres.git Add missing include. This is more cleanup from commit 11a65eed1637a05b03e174700799b024e104bfb4. Amit Kapila --- diff --git a/src/backend/port/win32_shmem.c b/src/backend/port/win32_shmem.c index a537bb35ea..8d0cc89840 100644 --- a/src/backend/port/win32_shmem.c +++ b/src/backend/port/win32_shmem.c @@ -13,6 +13,7 @@ #include "postgres.h" #include "miscadmin.h" +#include "storage/dsm.h" #include "storage/ipc.h" #include "storage/pg_shmem.h"