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

output C files to proper compile again.
WIN32_DEV
Bruce Momjian 22 years ago
parent 90562b1135
commit 042221db83
  1. 2
      src/interfaces/ecpg/include/ecpglib.h

@ -6,7 +6,7 @@
#ifndef _ECPGLIB_H
#define _ECPGLIB_H
#include "postgres_fe.h"
#include "postgres_ext.h"
#include "libpq-fe.h"
#ifndef __BEOS__

Loading…
Cancel
Save