diff options
author | John Sonnenschein <johns@joyent.com> | 2011-11-04 23:52:34 +0000 |
---|---|---|
committer | John Sonnenschein <johns@joyent.com> | 2011-11-04 23:52:34 +0000 |
commit | 6ced7649bde61eed0cc146e97321316c95d2d6ff (patch) | |
tree | 8a750525e3a7e1737c3a6c7f89cd2c5680805252 /usr/src/tools/ctf/common/utils.h | |
parent | a482f1f76a84c8f5a013981545322dda32ae8462 (diff) | |
parent | 64120cd1af676a4a661d08eb3b82f247d7f06e79 (diff) | |
download | illumos-joyent-6ced7649bde61eed0cc146e97321316c95d2d6ff.tar.gz |
fix mismerge
Diffstat (limited to 'usr/src/tools/ctf/common/utils.h')
-rw-r--r-- | usr/src/tools/ctf/common/utils.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/tools/ctf/common/utils.h b/usr/src/tools/ctf/common/utils.h index 9b07361a53..4ae2dd0917 100644 --- a/usr/src/tools/ctf/common/utils.h +++ b/usr/src/tools/ctf/common/utils.h @@ -27,9 +27,8 @@ #ifndef _UTILS_H #define _UTILS_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include <stdarg.h> +#include <ctf_headers.h> #ifdef __cplusplus extern "C" { |