From: Bruce Momjian Date: Thu, 8 Jun 2000 17:07:34 +0000 (+0000) Subject: Update odbc include X-Git-Tag: REL7_1_BETA~1169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1eee4cf06befeadb939edf54124e8f724fc605f;p=thirdparty%2Fpostgresql.git Update odbc include --- diff --git a/src/interfaces/odbc/gpps.c b/src/interfaces/odbc/gpps.c index 55c22c3dd2f..936e1aebe6d 100644 --- a/src/interfaces/odbc/gpps.c +++ b/src/interfaces/odbc/gpps.c @@ -26,8 +26,8 @@ #include #include +#include "psqlodbc.h" #include "gpps.h" -#include "misc.h" #ifndef TRUE #define TRUE ((BOOL)1)