diff options
Diffstat (limited to 'src/backend/port/bsdi/port-protos.h')
-rw-r--r-- | src/backend/port/bsdi/port-protos.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/backend/port/bsdi/port-protos.h b/src/backend/port/bsdi/port-protos.h index 91e2e088136..9d21bb15115 100644 --- a/src/backend/port/bsdi/port-protos.h +++ b/src/backend/port/bsdi/port-protos.h @@ -13,6 +13,14 @@ #ifndef PORT_PROTOS_H #define PORT_PROTOS_H +/* + * Externals in libc that need prototypes (or at least declarations) + */ + +extern char *ecvt(double, int, int*, int*); +extern char *fcvt(double, int, int*, int*); + + #include "fmgr.h" /* for func_ptr */ #include "utils/dynamic_loader.h" |