Commit 042221db authored by Bruce Momjian's avatar Bruce Momjian

Include postgres_ext.h instead of postgres_fe.h. This allows ecpg

output C files to proper compile again.
parent 90562b11
......@@ -6,7 +6,7 @@
#ifndef _ECPGLIB_H
#define _ECPGLIB_H
#include "postgres_fe.h"
#include "postgres_ext.h"
#include "libpq-fe.h"
#ifndef __BEOS__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment