<div dir="ltr"><div class="gmail_default" style="font-size:small">Details of the build log at pr#654  <a href="https://github.com/linux-test-project/ltp/pull/654">https://github.com/linux-test-project/ltp/pull/654</a></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Signed-off-by: Ronald Monthero <<a href="mailto:rmonther@redhat.com">rmonther@redhat.com</a>><br></div><div class="gmail_default" style="font-size:small">---<br>diff --git a/include/lapi/capability.h b/include/lapi/capability.h<br>index 8833f0605..8ed68bfce 100644<br>--- a/include/lapi/capability.h<br>+++ b/include/lapi/capability.h<br>@@ -24,6 +24,10 @@<br> # define CAP_NET_RAW          13<br> #endif<br> <br>+#ifndef CAP_SYS_TIME<br>+#define CAP_SYS_TIME          25<br>+#endif<br>+<br> #ifndef CAP_SYS_ADMIN<br> # define CAP_SYS_ADMIN        21<br> #endif<br></div><div class="gmail_default" style="font-size:small">---</div></div>