diff options
| author | Bruce Momjian | 2000-05-22 23:56:44 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-05-22 23:56:44 +0000 |
| commit | b1b9059427f922321cbac430cfcef834818e076e (patch) | |
| tree | 522cb6c04464fab294fe1c7b713d4a07de126bf9 /src/interfaces/odbc | |
| parent | 8ac35b32497069dad8f709b8f7884e8c3cfcc61f (diff) | |
Irix fixes from Murad Nayal
Diffstat (limited to 'src/interfaces/odbc')
| -rw-r--r-- | src/interfaces/odbc/isqlext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/isqlext.h b/src/interfaces/odbc/isqlext.h index df4fe54a1d..b14b15af19 100644 --- a/src/interfaces/odbc/isqlext.h +++ b/src/interfaces/odbc/isqlext.h @@ -5,7 +5,7 @@ #ifndef _INTRINSIC_SQLEXT_H # define _INTRINSIC_SQLEXT_H -# include <isql.h> +# include "isql.h" # define SQL_STILL_EXECUTING 2 # define SQL_NEED_DATA 99 |
