mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Properly install dynloader.h on MSVC builds
This will enable PL/Java to be cleanly compiled, as dynloader.h is a requirement. Report by Chapman Flack Patch by Michael Paquier Backpatch through 9.1
This commit is contained in:
@@ -16,11 +16,7 @@
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifndef WIN32_ONLY_COMPILER
|
||||
#include "dynloader.h"
|
||||
#else
|
||||
#include "port/dynloader/win32.h"
|
||||
#endif
|
||||
#include "lib/stringinfo.h"
|
||||
#include "miscadmin.h"
|
||||
#include "storage/shmem.h"
|
||||
|
||||
Reference in New Issue
Block a user