HPUX: include proc_iface.h for proc_t

We use proc_t in a typedef, and we need proc_iface to get proc_t. So,
include it.

Change-Id: I515abe43ae1d3b4a2c54ebe1b7192a91ed441117
Reviewed-on: http://gerrit.openafs.org/2350
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Andrew Deason 2010-07-07 09:51:45 -05:00 committed by Derrick Brashear
parent d154ea157b
commit 0a8b1864d6

View File

@ -20,6 +20,7 @@
#define _OSI_MACHDEP_H_
#include "h/kern_sem.h"
#include "h/proc_iface.h"
#define afs_hz hz
extern struct timeval time;