diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-05-22 23:56:44 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-05-22 23:56:44 +0000 |
commit | b1b9059427f922321cbac430cfcef834818e076e (patch) | |
tree | 522cb6c04464fab294fe1c7b713d4a07de126bf9 /src/interfaces | |
parent | 8ac35b32497069dad8f709b8f7884e8c3cfcc61f (diff) | |
download | postgresql-b1b9059427f922321cbac430cfcef834818e076e.tar.gz postgresql-b1b9059427f922321cbac430cfcef834818e076e.zip |
Irix fixes from Murad Nayal
Diffstat (limited to 'src/interfaces')
-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 df4fe54a1d3..b14b15af198 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 |