aboutsummaryrefslogtreecommitdiff
path: root/src/port/win32error.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/win32error.c')
-rw-r--r--src/port/win32error.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/port/win32error.c b/src/port/win32error.c
index 5dfb6941804..4b3b1ea7d6e 100644
--- a/src/port/win32error.c
+++ b/src/port/win32error.c
@@ -11,7 +11,11 @@
*-------------------------------------------------------------------------
*/
+#ifndef FRONTEND
#include "postgres.h"
+#else
+#include "postgres_fe.h"
+#endif
static const struct
{