[HACKERS] fixing uuid-ossp

2007-05-15 Thread Andrew Dunstan
I propose to unbreak this contrib module for machines that don't have uuid.h installed in a directory called ossp (e.g. fc6), by changing #include ossp/uuid.h to #include uuid.h People who *do* have it installed in such a directory can add to the build with a --with-includes configure

Re: [HACKERS] fixing uuid-ossp

2007-05-15 Thread Andrew Dunstan
I wrote: I propose to unbreak this contrib module for machines that don't have uuid.h installed in a directory called ossp (e.g. fc6), by changing #include ossp/uuid.h to #include uuid.h People who *do* have it installed in such a directory can add to the build with a --with-includes