forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7c655a0
committed
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 toinclude the postgres include directories so it picks up our version ofthat in src/include/port/win32_msvc. Adjust the meson test accordingly.1 parent8285b48 commit7c655a0
1 file changed
+4
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1353 | 1353 |
| |
1354 | 1354 |
| |
1355 | 1355 |
| |
1356 |
| - | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
1357 | 1360 |
| |
1358 | 1361 |
| |
1359 | 1362 |
| |
|
0 commit comments
Comments
(0)