summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
authortim <tim>2002-02-13 18:14:52 +0000
committertim <tim>2002-02-13 18:14:52 +0000
commited3448f32a340b424b68a577a84eeb831db200a5 (patch)
treedcb01afe22a41e100ad2c94ed9391f57e49d9848 /defines.h
parent9e8ceff40d70a8113ecff782068a60d7e9c338b0 (diff)
downloadopenssh-ed3448f32a340b424b68a577a84eeb831db200a5.tar.gz
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