Add missing includes in JIT frontend.
authorIain Buclaw <ibuclaw@gdcproject.org>
Tue, 26 Jan 2016 08:53:17 +0000 (08:53 +0000)
committerIain Buclaw <ibuclaw@gcc.gnu.org>
Tue, 26 Jan 2016 08:53:17 +0000 (08:53 +0000)
gcc/jit/
* jit-playback.c: Include pthread.h.

From-SVN: r232815

gcc/jit/ChangeLog
gcc/jit/jit-playback.c

index 550e261c2d32b511a71722debd9a9c2024a30edf..9c174df04945b27158739b2f7168c2f7da7c8582 100644 (file)
@@ -1,3 +1,7 @@
+2016-01-23  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * jit-playback.c: Include pthread.h.
+
 2016-01-19  David Malcolm  <dmalcolm@redhat.com>
 
        PR jit/69144
index d150ec19664430e0413d5ffe3ccf724a3af299b0..579230d3f98593886be5da83552e0f332f22adae 100644 (file)
@@ -38,6 +38,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "fold-const.h"
 #include "gcc.h"
 
+#include <pthread.h>
+
 #include "jit-playback.h"
 #include "jit-result.h"
 #include "jit-builtins.h"