diff --git a/src/include/strdup.h b/src/include/strdup.h index fd91939b03f8dc964f555e0f5df0020ec7c11562..3b379360bac2eddc35a3e7ced3d6c2ae3e1adc16 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 *);