diff options
| author | Darren Reed <Darren.Reed@Sun.COM> | 2010-03-12 11:21:08 -0800 |
|---|---|---|
| committer | Darren Reed <Darren.Reed@Sun.COM> | 2010-03-12 11:21:08 -0800 |
| commit | 5b31066847d2c7adf43d7ba49334d637cea3613f (patch) | |
| tree | 6afe1495f6edea56e94b31d3eb8288021ed908dd /usr/src/cmd/dlmgmtd | |
| parent | 11f7d05e58891a9d809dbb6d75a1059da3436b61 (diff) | |
| download | illumos-joyent-5b31066847d2c7adf43d7ba49334d637cea3613f.tar.gz | |
6932760 dlmgmtd leaks contracts (fix lint)
Diffstat (limited to 'usr/src/cmd/dlmgmtd')
| -rw-r--r-- | usr/src/cmd/dlmgmtd/dlmgmt_db.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/dlmgmtd/dlmgmt_db.c b/usr/src/cmd/dlmgmtd/dlmgmt_db.c index 05741d09f7..7a97985de3 100644 --- a/usr/src/cmd/dlmgmtd/dlmgmt_db.c +++ b/usr/src/cmd/dlmgmtd/dlmgmt_db.c @@ -42,6 +42,7 @@ #include <unistd.h> #include <wait.h> #include <libcontract.h> +#include <libcontract_priv.h> #include <sys/contract/process.h> #include "dlmgmt_impl.h" |
