[LTP] [PATCH] tst_test.h: include tst_kvercmp.h

Stanislav Kholmanskikh stanislav.kholmanskikh@oracle.com
Fri Jun 3 14:29:56 CEST 2016


tst_kvercmp.h is included in test.h, but is not included in tst_test.h.
Fixed it.

Signed-off-by: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
---
 include/tst_test.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/tst_test.h b/include/tst_test.h
index 88b46d6..871b273 100644
--- a/include/tst_test.h
+++ b/include/tst_test.h
@@ -31,6 +31,7 @@
 #include "tst_cpu.h"
 #include "tst_process_state.h"
 #include "tst_atomic.h"
+#include "tst_kvercmp.h"
 
 /*
  * Reports testcase result.
-- 
1.7.1



More information about the ltp mailing list