summaryrefslogtreecommitdiff
path: root/src/backend/libpq/crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/libpq/crypt.c')
-rw-r--r--src/backend/libpq/crypt.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/backend/libpq/crypt.c b/src/backend/libpq/crypt.c
index a1073fa357c..c10efca9ff0 100644
--- a/src/backend/libpq/crypt.c
+++ b/src/backend/libpq/crypt.c
@@ -9,7 +9,7 @@
* Dec 17, 1997 - Todd A. Brandys
* Orignal Version Completed.
*
- * $Id: crypt.c,v 1.21 1999/07/15 22:39:14 momjian Exp $
+ * $Id: crypt.c,v 1.22 1999/07/16 04:59:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -20,12 +20,13 @@
#include <unistd.h>
#include "postgres.h"
+#include "libpq/crypt.h"
#include "miscadmin.h"
-#include "utils/nabstime.h"
#include "storage/fd.h"
-#include "libpq/crypt.h"
+#include "utils/nabstime.h"
#ifdef HAVE_CRYPT_H
+#include "crypt.h"
#endif
char **pwd_cache = NULL;