Add missing includes in JIT frontend.

gcc/jit/
	* jit-playback.c: Include pthread.h.

From-SVN: r232815
This commit is contained in:
Iain Buclaw 2016-01-26 08:53:17 +00:00 committed by Iain Buclaw
parent adba512db0
commit 1c652ccb1c
2 changed files with 6 additions and 0 deletions

View 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

View 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"