diff --git a/src/include/c.h b/src/include/c.h index 58e522a5e70aacbdad19e98d6b2ea53ffd691752..58b36b83cae78d6da1d7dc0c7fe54586f28f39e2 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: c.h,v 1.104 2001/10/19 15:38:57 tgl Exp $ + * $Id: c.h,v 1.105 2001/10/24 21:49:14 petere Exp $ * *------------------------------------------------------------------------- */ @@ -69,6 +69,9 @@ #include <SupportDefs.h> #endif +/* Must be before gettext() games below */ +#include <locale.h> + #ifdef ENABLE_NLS #include <libintl.h> #else