diff options
author | Bruce Momjian | 2000-06-08 17:08:54 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-06-08 17:08:54 +0000 |
commit | c709f564756e589f0825dba1cac91371a3f62344 (patch) | |
tree | f9eca1f9ee245dde94c3a0486d531f669d004009 /src/interfaces/odbc/gpps.c | |
parent | e1eee4cf06befeadb939edf54124e8f724fc605f (diff) |
More odbc include cleanups
Diffstat (limited to 'src/interfaces/odbc/gpps.c')
-rw-r--r-- | src/interfaces/odbc/gpps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/gpps.c b/src/interfaces/odbc/gpps.c index 936e1aebe6d..55a8deba8d5 100644 --- a/src/interfaces/odbc/gpps.c +++ b/src/interfaces/odbc/gpps.c @@ -26,7 +26,7 @@ #include <sys/types.h> #include <string.h> -#include "psqlodbc.h" +#include "misc.h" #include "gpps.h" #ifndef TRUE |