summaryrefslogtreecommitdiff
path: root/src/backend/libpq
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/libpq')
-rw-r--r--src/backend/libpq/crypt.c4
-rw-r--r--src/backend/libpq/pqformat.c6
2 files changed, 4 insertions, 6 deletions
diff --git a/src/backend/libpq/crypt.c b/src/backend/libpq/crypt.c
index 8b9eace73e..6cc9abb90e 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.27 2000/07/04 16:31:53 petere Exp $
+ * $Id: crypt.c,v 1.28 2000/07/12 22:58:59 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -23,7 +23,7 @@
#include "utils/nabstime.h"
#ifdef HAVE_CRYPT_H
-#include "crypt.h"
+#include <crypt.h>
#endif
char **pwd_cache = NULL;
diff --git a/src/backend/libpq/pqformat.c b/src/backend/libpq/pqformat.c
index a591e4ead5..24bc0bda38 100644
--- a/src/backend/libpq/pqformat.c
+++ b/src/backend/libpq/pqformat.c
@@ -16,7 +16,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pqformat.c,v 1.14 2000/07/08 05:30:33 tgl Exp $
+ * $Id: pqformat.c,v 1.15 2000/07/12 22:58:59 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -48,9 +48,7 @@
#include "postgres.h"
#include <errno.h>
-#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
-#endif
#include "libpq/libpq.h"
#include "libpq/pqformat.h"
@@ -58,7 +56,7 @@
#include "mb/pg_wchar.h"
#endif
#ifdef HAVE_ENDIAN_H
-#include "endian.h"
+#include <endian.h>
#endif
#ifndef BYTE_ORDER