From 0f77636c2e3fd681707b447e9264e5d1f56ed2ef Mon Sep 17 00:00:00 2001
From: Andrew Dunstan <andrew@dunslane.net>
Date: Tue, 15 May 2007 19:47:51 +0000
Subject: [PATCH] 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.

---
 contrib/uuid-ossp/uuid-ossp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/uuid-ossp/uuid-ossp.c b/contrib/uuid-ossp/uuid-ossp.c
index 3be2cd1908d..2df9fb06a65 100644
--- a/contrib/uuid-ossp/uuid-ossp.c
+++ b/contrib/uuid-ossp/uuid-ossp.c
@@ -4,7 +4,7 @@
  *
  * Copyright (c) 2007 PostgreSQL Global Development Group
  *
- * $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 $
  *
  *-------------------------------------------------------------------------
  */
@@ -14,7 +14,7 @@
 #include "utils/builtins.h"
 #include "utils/uuid.h"
 
-#include <ossp/uuid.h>
+#include <uuid.h>
 
 
 /* better both be 16 */
-- 
GitLab