diff options
Diffstat (limited to 'src/port/strdup.c')
-rw-r--r-- | src/port/strdup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/port/strdup.c b/src/port/strdup.c index 85fa952728b..00c0b1375ec 100644 --- a/src/port/strdup.c +++ b/src/port/strdup.c @@ -8,14 +8,13 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/strdup.c,v 1.9 2006/03/05 15:59:10 momjian Exp $ + * $PostgreSQL: pgsql/src/port/strdup.c,v 1.10 2006/07/14 04:44:46 momjian Exp $ * *------------------------------------------------------------------------- */ #include "c.h" -#include "strdup.h" char * |