diff options
Diffstat (limited to 'src/usr/diag/prdf/common/iipconst.h')
| -rwxr-xr-x | src/usr/diag/prdf/common/iipconst.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/common/iipconst.h b/src/usr/diag/prdf/common/iipconst.h index 7935a3958..cf0ff8247 100755 --- a/src/usr/diag/prdf/common/iipconst.h +++ b/src/usr/diag/prdf/common/iipconst.h @@ -35,7 +35,10 @@ /* Includes */ /*--------------------------------------------------------------------*/ #include <prdf_types.h> + +#ifndef LOGPARSER #include <targeting/common/attributes.H> +#endif /*--------------------------------------------------------------------*/ /* User Types */ @@ -49,7 +52,11 @@ namespace PRDF { +#ifndef LOGPARSER typedef TARGETING::ATTR_HUID_type HUID; +#else + typedef uint32_t HUID; +#endif // FIXME: RTC: 62867 will resolve this enum { INVALID_HUID = 0 }; |

