Fix meson uuid header check so it works with MSVC

Andrew Dunstan <andrew@dunslane.net>

Commit: 7c655a04a2dc84b59ed6dce97bd38b79e734ecca
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2024-05-26T21:34:45Z
Releases: 17.0
Fix meson uuid header check so it works with MSVC

The OSSP uuid.h file includes unistd.h, so to use it with MSVC we need to
include the postgres include directories so it picks up our version of
that in src/include/port/win32_msvc. Adjust the meson test accordingly.

Files

PathChange+/−
meson.build modified +4 −1