aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/lib/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/ecpg/lib/extern.h')
-rw-r--r--src/interfaces/ecpg/lib/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/lib/extern.h b/src/interfaces/ecpg/lib/extern.h
index 86cc8bbab87..db2f3a7d419 100644
--- a/src/interfaces/ecpg/lib/extern.h
+++ b/src/interfaces/ecpg/lib/extern.h
@@ -1,5 +1,5 @@
-#include <postgres.h>
-#include <libpq-fe.h>
+#include "postgres.h"
+#include "libpq-fe.h"
/* Here are some methods used by the lib. */
/* Returns a pointer to a string containing a simple type name. */