mirror of https://git.FreeBSD.org/ports.git
Redo r351352 to fix build on head.
This commit is contained in:
parent
7d9224ea77
commit
7673222194
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384244
|
@ -0,0 +1,10 @@
|
|||
--- src/xshmfence_futex.h.orig 2014-06-17 16:46:42.000000000 -0400
|
||||
+++ src/xshmfence_futex.h 2015-04-18 12:16:21.953572000 -0400
|
||||
@@ -28,6 +28,7 @@
|
||||
|
||||
#ifdef HAVE_UMTX
|
||||
|
||||
+#include <sys/limits.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/umtx.h>
|
||||
|
Loading…
Reference in New Issue