Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcf99b commit 0f77636Copy full SHA for 0f77636
contrib/uuid-ossp/uuid-ossp.c
@@ -4,7 +4,7 @@
4
*
5
* Copyright (c) 2007 PostgreSQL Global Development Group
6
7
- * $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.c,v 1.1 2007/04/21 17:26:17 petere Exp $
+ * $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.c,v 1.2 2007/05/15 19:47:51 adunstan Exp $
8
9
*-------------------------------------------------------------------------
10
*/
@@ -14,7 +14,7 @@
14
#include "utils/builtins.h"
15
#include "utils/uuid.h"
16
17
-#include <ossp/uuid.h>
+#include <uuid.h>
18
19
20
/* better both be 16 */
0 commit comments