You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
08a322ea26
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@96692 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
336 B
Diff
12 lines
336 B
Diff
--- contrib/uuid-ossp/uuid-ossp.c 2012-08-02 01:21:00.000000000 +0300
|
|
+++ contrib/uuid-ossp/uuid-ossp.c 2012-08-02 01:22:22.000000000 +0300
|
|
@@ -9,6 +9,8 @@
|
|
*-------------------------------------------------------------------------
|
|
*/
|
|
|
|
+#define _XOPEN_SOURCE
|
|
+
|
|
#include "postgres.h"
|
|
#include "fmgr.h"
|
|
#include "utils/builtins.h"
|