From 9a8aeb23a19ee6833480d4c12719d9fd26ad8571 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 2 Aug 1999 05:25:27 +0000 Subject: Another 'mega-commit' of back-patches ... - integrating the #include file cleanup that Bruce recently did - got the CPU change to adt/Makefile - changing DOUBLEALIGN -> MAXALIGN --- src/backend/utils/mb/variable.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/backend/utils/mb/variable.c') diff --git a/src/backend/utils/mb/variable.c b/src/backend/utils/mb/variable.c index 2452518e12d..ee1ce65d49c 100644 --- a/src/backend/utils/mb/variable.c +++ b/src/backend/utils/mb/variable.c @@ -2,9 +2,10 @@ * This file contains some public functions * related to show/set/reset variable commands. * Tatsuo Ishii - * $Id: variable.c,v 1.4 1999/05/25 16:12:44 momjian Exp $ + * $Id: variable.c,v 1.4.2.1 1999/08/02 05:25:12 scrappy Exp $ */ +#include "postgres.h" #include "mb/pg_wchar.h" bool -- cgit v1.2.3