https://bugs.freedesktop.org/show_bug.cgi?id=107158

            Bug ID: 107158
           Summary: When compiling against musl libc, pthread.h is not
                    included in radv_amdgpu_winsys
           Product: Mesa
           Version: 18.0
          Hardware: All
                OS: Linux (All)
            Status: NEW
          Severity: minor
          Priority: medium
         Component: Drivers/Vulkan/radeon
          Assignee: mesa-dev@lists.freedesktop.org
          Reporter: roncha...@gmail.com
        QA Contact: mesa-dev@lists.freedesktop.org

Created attachment 140514
  --> https://bugs.freedesktop.org/attachment.cgi?id=140514&action=edit
Patch to include pthread.h

amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h does not #include <pthread.h>,
which causes compilation to fail when compiling against musl libc.

Adding the #include <pthread.h> line fixes the issue.  Patch attached.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to