SOLARIS: Include sys/vmsystm.h for map_addr

Include sys/vmsystm.h, so we get a prototype for map_addr().

Change-Id: Ia8d20d35993eab58fb3530b52366276edef70d5e
Reviewed-on: https://gerrit.openafs.org/12698
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Marcio Brito Barbosa <marciobritobarbosa@yahoo.com>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
This commit is contained in:
Andrew Deason 2017-08-09 20:06:12 -05:00
parent 4a21bdecee
commit 6a41f365b6

View File

@ -46,6 +46,7 @@
#include <vm/seg_vn.h>
#include <vm/rm.h>
#if defined(AFS_SUN511_ENV)
#include <sys/vmsystm.h>
#include <sys/vfs_opreg.h>
#endif
#include <sys/modctl.h>