diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-02-06 13:58:34 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-02-06 13:58:34 +0000 |
commit | 908c640f41dd286bcc16fcf143d12430fb69895f (patch) | |
tree | 8296ef5df2d9ef316109803905dd93d91ebc018b /usr/src | |
parent | b1c8633f4b2b1bbf598c0a626b01f7b46f870d78 (diff) | |
download | illumos-joyent-908c640f41dd286bcc16fcf143d12430fb69895f.tar.gz |
10306 mdb: NULL pointer errors [fix mismerge]
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/cmd/mdb/common/modules/genunix/ctxop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/mdb/common/modules/genunix/ctxop.c b/usr/src/cmd/mdb/common/modules/genunix/ctxop.c index 34d39959bd..533523fd71 100644 --- a/usr/src/cmd/mdb/common/modules/genunix/ctxop.c +++ b/usr/src/cmd/mdb/common/modules/genunix/ctxop.c @@ -28,6 +28,7 @@ */ #include <sys/mdb_modapi.h> +#include <mdb/mdb_ctf.h> #include <sys/thread.h> #include "ctxop.h" |