1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-08 22:02:03 +03:00

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.
This commit is contained in:
Andrew Dunstan 2007-05-15 19:47:51 +00:00
parent dfcf99bf93
commit 0f77636c2e

View File

@ -4,7 +4,7 @@
* *
* Copyright (c) 2007 PostgreSQL Global Development Group * 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/builtins.h"
#include "utils/uuid.h" #include "utils/uuid.h"
#include <ossp/uuid.h> #include <uuid.h>
/* better both be 16 */ /* better both be 16 */