From e1eee4cf06befeadb939edf54124e8f724fc605f Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 8 Jun 2000 17:07:34 +0000
Subject: [PATCH] Update odbc include

---
 src/interfaces/odbc/gpps.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 <sys/types.h>
 #include <string.h>
+#include "psqlodbc.h"
 #include "gpps.h"
-#include "misc.h"
 
 #ifndef TRUE
 #define TRUE	((BOOL)1)
-- 
GitLab