Redo r351352 to fix build on head.

This commit is contained in:
Jung-uk Kim 2015-04-18 17:38:37 +00:00
parent 7d9224ea77
commit 7673222194
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384244
1 changed files with 10 additions and 0 deletions

View File

@ -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>