From b6e4d69eff29ed7b3bb280f38c979987165b00d4 Mon Sep 17 00:00:00 2001 From: Jim Rees Date: Wed, 14 May 2003 22:47:32 +0000 Subject: [PATCH] openbsd-20030514 #include afs/sysincludes.h for OpenBSD. I suspect other systypes will need this too. --- src/rx/rx_kcommon.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rx/rx_kcommon.h b/src/rx/rx_kcommon.h index 5f27359cb..a68a2b713 100644 --- a/src/rx/rx_kcommon.h +++ b/src/rx/rx_kcommon.h @@ -126,7 +126,8 @@ struct coda_inode_info {}; #include "afsincludes.h" #endif #if defined(AFS_OBSD_ENV) -#include "../netinet/in_pcb.h" +#include "afs/sysincludes.h" +#include "netinet/in_pcb.h" #endif #define MAXRXPORTS 20 -- 2.39.5