projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f917968
)
Add missing include.
author
Robert Haas
<rhaas@postgresql.org>
Wed, 9 Apr 2014 15:38:52 +0000
(11:38 -0400)
committer
Robert 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/port/win32_shmem.c
b/src/backend/port/win32_shmem.c
index a537bb35ea5d34da3d11193957b4d588d729ff96..8d0cc898406a4b65fa73e1dc4b17aaee3eb1ff2d 100644
(file)
--- 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"