aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/sparc_solaris/port-protos.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1996-12-28 02:13:05 +0000
committerBruce Momjian <bruce@momjian.us>1996-12-28 02:13:05 +0000
commitcb6cb7745d426e712314f6b92e79a63bd32b3759 (patch)
tree3738a6a452923a8c35a63da6382818a00a08c95d /src/backend/port/sparc_solaris/port-protos.h
parenta2b7f629766cac6b2566fc2ed21055f6653a5285 (diff)
downloadpostgresql-cb6cb7745d426e712314f6b92e79a63bd32b3759.tar.gz
postgresql-cb6cb7745d426e712314f6b92e79a63bd32b3759.zip
Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a full
gmake of the code without interruption. There's also some tidy-up of the MAXPATHLEN stuff based on the assumption that all supported platforms have MAXPATHLEN defined in <sys/param.h>. (The only unknowns for the above are AIX and IRIX5.)
Diffstat (limited to 'src/backend/port/sparc_solaris/port-protos.h')
-rw-r--r--src/backend/port/sparc_solaris/port-protos.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/backend/port/sparc_solaris/port-protos.h b/src/backend/port/sparc_solaris/port-protos.h
index 9804c48ac95..01c073e9570 100644
--- a/src/backend/port/sparc_solaris/port-protos.h
+++ b/src/backend/port/sparc_solaris/port-protos.h
@@ -6,16 +6,18 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: port-protos.h,v 1.2 1996/11/27 08:15:23 bryanh Exp $
+ * $Id: port-protos.h,v 1.3 1996/12/28 02:11:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PORT_PROTOS_H
#define PORT_PROTOS_H
+#include <netinet/in.h> /* For struct in_addr */
+#include <arpa/inet.h>
+
#include <dlfcn.h>
-#include "config.h" /* For MAXPATHLEN */
#include "fmgr.h" /* for func_ptr */
#include "utils/dynamic_loader.h"