Skip to content

Commit 0f77636

Browse files
committed
Remove directory qualification in <ossp/uuid.h> because it's not always installed in ossp.
Workaround for when it is: include the ossp directory using --with-includes.
1 parent dfcf99b commit 0f77636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/uuid-ossp/uuid-ossp.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Copyright (c) 2007 PostgreSQL Global Development Group
66
*
7-
* $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.c,v 1.1 2007/04/21 17:26:17 petere Exp $
7+
* $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.c,v 1.2 2007/05/15 19:47:51 adunstan Exp $
88
*
99
*-------------------------------------------------------------------------
1010
*/
@@ -14,7 +14,7 @@
1414
#include "utils/builtins.h"
1515
#include "utils/uuid.h"
1616

17-
#include <ossp/uuid.h>
17+
#include <uuid.h>
1818

1919

2020
/* better both be 16 */

0 commit comments

Comments
 (0)