diff options
Diffstat (limited to 'src/backend/port/irix5/port-protos.h')
-rw-r--r-- | src/backend/port/irix5/port-protos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/port/irix5/port-protos.h b/src/backend/port/irix5/port-protos.h index be894ed5b12..2babb773e0f 100644 --- a/src/backend/port/irix5/port-protos.h +++ b/src/backend/port/irix5/port-protos.h @@ -32,6 +32,6 @@ #define pg_dlerror dlerror /* port.c */ -extern long random(void); +extern long random(void); #endif /* PORT_PROTOS_H */ |