summaryrefslogtreecommitdiffstats
path: root/defines.h
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-02-13 10:14:52 -0800
committerTim Rice <tim@multitalents.net>2002-02-13 10:14:52 -0800
commit57e3fa8c957fb2f991dbe90f38c6717870d5d5df (patch)
tree31a4f910a2968fa58d97bb490de2c14897446b89 /defines.h
parent150c8b557892f21ca87c5d36865d00724712c6a9 (diff)
Add rpc/rpc.h for INADDR_LOOPBACK on SCO OSR3
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/defines.h b/defines.h
index 9236962b..b5d254b3 100644
--- a/defines.h
+++ b/defines.h
@@ -1,7 +1,7 @@
#ifndef _DEFINES_H
#define _DEFINES_H
-/* $Id: defines.h,v 1.78 2002/01/23 06:54:31 mouring Exp $ */
+/* $Id: defines.h,v 1.79 2002/02/13 18:14:53 tim Exp $ */
/* Necessary headers */
@@ -11,6 +11,9 @@
#include <netinet/in_systm.h> /* For typedefs */
#include <netinet/in.h> /* For IPv6 macros */
#include <netinet/ip.h> /* For IPTOS macros */
+#ifdef HAVE_RPC_RPC_H
+# include <rpc/rpc.h> /* For INADDR_LOOPBACK on SCO OSR3 */
+#endif
#ifdef HAVE_SYS_UN_H
# include <sys/un.h> /* For sockaddr_un */
#endif