From: Tom Lane Date: Sun, 22 Jul 2001 22:01:04 +0000 (+0000) Subject: Suppress gcc warning in USE_LOCALE case. X-Git-Tag: REL7_2_BETA1~814 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94cb3fd8757fd03a7b9f8fd549f63f106e5be6a7;p=postgresql Suppress gcc warning in USE_LOCALE case. --- diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 3251fb2afd..2ea5203e44 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.71 2001/07/19 02:12:34 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.72 2001/07/22 22:01:04 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -39,6 +39,7 @@ #include "access/xlogutils.h" #include "utils/builtins.h" #include "utils/relcache.h" +#include "utils/selfuncs.h" #include "miscadmin.h"