<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    specifically, the code uses the symbols connect() and socket(),
    which are both defined in <sys/socket.h><br>
    the include is only added to the linux section, so there can be no
    breakage on platforms without that header.<br>
    <br>
    On 03/03/2012 01:06 AM, John Spencer wrote:
    <blockquote cite="mid:4F516074.6050208@barfooze.de" type="cite">this
      caused build errors on linux using musl libc.
      <br>
      i added the missing header include.
      <br>
      <br>
      --JS
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
llvm-commits mailing list
<a class="moz-txt-link-abbreviated" href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>