From b1b9059427f922321cbac430cfcef834818e076e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 22 May 2000 23:56:44 +0000 Subject: Irix fixes from Murad Nayal --- src/interfaces/odbc/isqlext.h | 2 +- src/pl/tcl/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 +# include "isql.h" # define SQL_STILL_EXECUTING 2 # define SQL_NEED_DATA 99 diff --git a/src/pl/tcl/Makefile b/src/pl/tcl/Makefile index afd014b061e..65c4a058832 100644 --- a/src/pl/tcl/Makefile +++ b/src/pl/tcl/Makefile @@ -4,7 +4,7 @@ # Makefile for the pltcl shared object # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.12 2000/04/21 03:28:17 tgl Exp $ +# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.13 2000/05/22 23:56:44 momjian Exp $ # #------------------------------------------------------------------------- @@ -66,7 +66,7 @@ CC = $(TCL_CC) # Instead use TCL's CFLAGS plus necessary -I directives. # Can choose either TCL_CFLAGS_OPTIMIZE or TCL_CFLAGS_DEBUG here, as needed -CFLAGS= $(TCL_CFLAGS_OPTIMIZE) +CFLAGS+= $(TCL_CFLAGS_OPTIMIZE) CFLAGS+= $(TCL_SHLIB_CFLAGS) $(TCL_DEFS) -- cgit v1.2.3