Commits
Jyrki Wahlstedt authored 08a322ea264
1 + | --- contrib/uuid-ossp/uuid-ossp.c 2012-08-02 01:21:00.000000000 +0300 |
2 + | +++ contrib/uuid-ossp/uuid-ossp.c 2012-08-02 01:22:22.000000000 +0300 |
3 + | |
4 + | *------------------------------------------------------------------------- |
5 + | */ |
6 + | |
7 + | +#define _XOPEN_SOURCE |
8 + | + |
9 + | #include "postgres.h" |
10 + | #include "fmgr.h" |
11 + | #include "utils/builtins.h" |