]> granicus.if.org Git - postgresql/commitdiff
Add missing include.
authorRobert Haas <rhaas@postgresql.org>
Wed, 9 Apr 2014 15:38:52 +0000 (11:38 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 9 Apr 2014 15:46:49 +0000 (11:46 -0400)
This is more cleanup from commit 11a65eed1637a05b03e174700799b024e104bfb4.

Amit Kapila

src/backend/port/win32_shmem.c

index a537bb35ea5d34da3d11193957b4d588d729ff96..8d0cc898406a4b65fa73e1dc4b17aaee3eb1ff2d 100644 (file)
@@ -13,6 +13,7 @@
 #include "postgres.h"
 
 #include "miscadmin.h"
+#include "storage/dsm.h"
 #include "storage/ipc.h"
 #include "storage/pg_shmem.h"