diff options
Diffstat (limited to 'src')
-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 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) |