diff options
Diffstat (limited to 'src/port/snprintf.c')
-rw-r--r-- | src/port/snprintf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/snprintf.c b/src/port/snprintf.c index 04a5eb58b24..e7024b038ef 100644 --- a/src/port/snprintf.c +++ b/src/port/snprintf.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. */ -#include "postgres.h" +#include "c.h" #ifndef WIN32 #include <sys/ioctl.h> @@ -62,7 +62,7 @@ * causing nasty effects. **************************************************************/ -/*static char _id[] = "$PostgreSQL: pgsql/src/port/snprintf.c,v 1.27 2005/04/14 20:53:09 tgl Exp $";*/ +/*static char _id[] = "$PostgreSQL: pgsql/src/port/snprintf.c,v 1.28 2005/07/28 04:03:14 tgl Exp $";*/ static void dopr(char *buffer, const char *format, va_list args, char *end); |