diff options
-rw-r--r-- | src/include/strdup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/strdup.h b/src/include/strdup.h index fd91939b03f..3b379360bac 100644 --- a/src/include/strdup.h +++ b/src/include/strdup.h @@ -2,7 +2,7 @@ with Postgres. That strdup() is only needed on those systems that don't already have strdup() in their system libraries. - The Postgres strdup() is in src/utils/strdup.c. + The Postgres strdup() is in src/port/strdup.c. */ extern char *strdup(char const *); |