mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 00:08:31 -05:00
From: "D'Arcy J.M. Cain" <darcy@druid.net>
#ifdef is looking for the wrong value.
This commit is contained in:
parent
038e56c4df
commit
d98f72e22f
@ -4,7 +4,7 @@
|
||||
#include <libpq/libpq.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#ifdef HAVE_CRYPT
|
||||
#ifdef HAVE_CRYPT_H
|
||||
# include <crypt.h>
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user