diff options
author | Andrew Dunstan | 2007-05-15 19:47:51 +0000 |
---|---|---|
committer | Andrew Dunstan | 2007-05-15 19:47:51 +0000 |
commit | be52435aa8c573dc6c63dcfd39b4cc2b91918d40 (patch) | |
tree | f1aec295b6a5856fb8ccc2851a3d4fac46c41a08 | |
parent | 4d78cbed4f33c086cc9a1d61ac9a05a6a32029d8 (diff) |
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.
-rw-r--r-- | contrib/uuid-ossp/uuid-ossp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/uuid-ossp/uuid-ossp.c b/contrib/uuid-ossp/uuid-ossp.c index a38af221ed..1c0a39ba6f 100644 --- a/contrib/uuid-ossp/uuid-ossp.c +++ b/contrib/uuid-ossp/uuid-ossp.c @@ -14,7 +14,7 @@ #include "utils/builtins.h" #include "utils/uuid.h" -#include <ossp/uuid.h> +#include <uuid.h> /* better both be 16 */ |