Index: NVMgmt.h =================================================================== diff -u -reed05c4b7fb5648a8b599286fc2bbcfbce9259ff -r4e082c5cf56513443b5e72f6f938433823d55a28 --- NVMgmt.h (.../NVMgmt.h) (revision eed05c4b7fb5648a8b599286fc2bbcfbce9259ff) +++ NVMgmt.h (.../NVMgmt.h) (revision 4e082c5cf56513443b5e72f6f938433823d55a28) @@ -12,9 +12,10 @@ * ***************************************************************************/ -#ifndef _NV_MGMT_DD_H_ -#define _NV_MGMT_DD_H_ +#ifndef _NV_MGMT_H_ +#define _NV_MGMT_H_ +#include "Common.h" #include "AlarmDefs.h" #include "NVRecordsDD.h" @@ -46,4 +47,4 @@ SELF_TEST_STATUS_T execNVMSelfTest( void ); /**@}*/ -#endif /* _NV_MGMT_DD_H_ */ +#endif /* _NV_MGMT_H_ */