From: Andrew Dunstan Date: Tue, 15 May 2007 19:47:51 +0000 (+0000) Subject: Remove directory qualification in because it's not always installed... X-Git-Tag: REL8_3_BETA1~681 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f77636c2e3fd681707b447e9264e5d1f56ed2ef;p=postgresql Remove directory qualification in because it's not always installed in ossp. Workaround for when it is: include the ossp directory using --with-includes. --- diff --git a/contrib/uuid-ossp/uuid-ossp.c b/contrib/uuid-ossp/uuid-ossp.c index 3be2cd1908..2df9fb06a6 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 +#include /* better both be 16 */