Workaround for when it is: include the ossp directory using --with-includes.
*
* 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 $
*
*-------------------------------------------------------------------------
*/
#include "utils/builtins.h"
#include "utils/uuid.h"
-#include <ossp/uuid.h>
+#include <uuid.h>
/* better both be 16 */