Commit 0f77636c authored by Andrew Dunstan's avatar Andrew Dunstan

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.
parent dfcf99bf
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment