summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/HPMDataCheck.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/HPMDataCheck.h b/src/common/HPMDataCheck.h
index 6eef028b2..f202ac306 100644
--- a/src/common/HPMDataCheck.h
+++ b/src/common/HPMDataCheck.h
@@ -51,6 +51,11 @@ HPExport const struct s_HPMDataCheck HPMDataCheck[] = {
#else
#define _COMMON_STRLIB_H_
#endif // _COMMON_STRLIB_H_
+ #ifdef _COMMON_SYSINFO_H_
+ { "sysinfo_interface", sizeof(struct sysinfo_interface) },
+ #else
+ #define _COMMON_SYSINFO_H_
+ #endif // _COMMON_SYSINFO_H_
#ifdef _MAP_ATCOMMAND_H_
{ "AliasInfo", sizeof(struct AliasInfo) },
{ "atcommand_interface", sizeof(struct atcommand_interface) },