summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2000-06-08 17:07:34 +0000
committerBruce Momjian2000-06-08 17:07:34 +0000
commite1eee4cf06befeadb939edf54124e8f724fc605f (patch)
tree9d3b4162af4648f248180cd43f172fc91298e490
parentf7d979bc58736d48ac1f44e5d638173aa172e87e (diff)
Update odbc include
-rw-r--r--src/interfaces/odbc/gpps.c2
1 files changed, 1 insertions, 1 deletions
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)