diff options
Diffstat (limited to 'src/backend/port/snprintf.c')
-rw-r--r-- | src/backend/port/snprintf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/port/snprintf.c b/src/backend/port/snprintf.c index c49df449423..2d6215decd5 100644 --- a/src/backend/port/snprintf.c +++ b/src/backend/port/snprintf.c @@ -36,6 +36,7 @@ #include "pathnames.h" #endif +#include <features.h> #include "postgres.h" #include "regex/cdefs.h" @@ -73,7 +74,7 @@ typedef unsigned long long ulong_long; * causing nast effects. **************************************************************/ -/*static char _id[] = "$Id: snprintf.c,v 1.16 1999/01/17 03:22:49 tgl Exp $";*/ +/*static char _id[] = "$Id: snprintf.c,v 1.17 1999/01/17 06:18:33 momjian Exp $";*/ static char *end; static int SnprfOverflow; |