Commit d98f72e2 authored by Marc G. Fournier's avatar Marc G. Fournier

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

#ifdef is looking for the wrong value.
parent 038e56c4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment