summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorRameshkumar Ramasamy <Rameshkumar.Ramasamy@Sun.COM>2008-08-29 07:24:54 -0700
committerRameshkumar Ramasamy <Rameshkumar.Ramasamy@Sun.COM>2008-08-29 07:24:54 -0700
commit924c13106950186f75f1ee9d0bc5e24a2d404d8c (patch)
treed11153c05aaa0570611ed0789b76353d7c6b2f31 /usr/src
parentc297654f92881b1540d3ea942d8fe902ace30158 (diff)
downloadillumos-gate-924c13106950186f75f1ee9d0bc5e24a2d404d8c.tar.gz
6573949 cfgadm can panic some platforms (in dv_walk) when /devices is lofs mounted. (fix lint)
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/cmd/cfgadm/cfgadm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/cfgadm/cfgadm.c b/usr/src/cmd/cfgadm/cfgadm.c
index 9a1d2e124d..38673335a4 100644
--- a/usr/src/cmd/cfgadm/cfgadm.c
+++ b/usr/src/cmd/cfgadm/cfgadm.c
@@ -46,6 +46,7 @@
#include <sys/ddi_impldefs.h>
#include <sys/systeminfo.h>
#include <ctype.h>
+#include <zone.h>
#include <config_admin.h>
#include "cfgadm.h"