From: "D'Arcy J.M. Cain" <darcy@druid.net>

#ifdef is looking for the wrong value.
This commit is contained in:
Marc G. Fournier 1997-03-28 06:55:58 +00:00
parent 038e56c4df
commit d98f72e22f
1 changed files with 1 additions and 1 deletions

View File

@ -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