From: Jim Rees Date: Wed, 14 May 2003 22:47:32 +0000 (+0000) Subject: openbsd-20030514 X-Git-Tag: openafs-devel-1_3_50~225 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b6e4d69eff29ed7b3bb280f38c979987165b00d4;p=packages%2Fo%2Fopenafs.git openbsd-20030514 #include afs/sysincludes.h for OpenBSD. I suspect other systypes will need this too. --- 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