<div dir="ltr">I just merged a larger cleanup patch, which I felt is good to get in, but due to the order of its parents when it passed the regression and smoke, and the other patches which got merged in same time, we hit a compile issue for &#39;undefined functions&#39;.<div><br></div><div>Below patch fixes it:</div><div>----</div><div> <font face="courier new, monospace">   glfs: add syscall.h after header cleanup<br>    <br>    in one of the recent patches, we cleaned-up the unneccesary header<br>    file includes. In the order of merging the patches, there cropped<br>    up an compile error.<br>    <br>    updates: bz#1193929<br>    Change-Id: I2ad52aa918f9c698d5273bb293838de6dd50ac31<br>    Signed-off-by: Amar Tumballi &lt;<a href="mailto:amarts@redhat.com">amarts@redhat.com</a>&gt;<br><br>diff --git a/api/src/glfs.c b/api/src/glfs.c<br>index b0db866441..0771e074d6 100644<br>--- a/api/src/glfs.c<br>+++ b/api/src/glfs.c<br>@@ -45,6 +45,7 @@<br> #include &lt;glusterfs/hashfn.h&gt;<br> #include &quot;rpc-clnt.h&quot;<br> #include &lt;glusterfs/statedump.h&gt;<br>+#include &lt;glusterfs/syscall.h&gt;<br> <br> #include &quot;gfapi-messages.h&quot;<br> #include &quot;glfs.h&quot;</font><br><div><br></div><div>-----</div><div>The patch has been pushed to repository, as it is causing critical compile error right now. and if you have a build error, please fetch the latest master to fix the the issue.</div><div><br></div><div>Regards,</div><div>Amar</div></div></div>