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