Commit 1c652ccb by Iain Buclaw Committed by Iain Buclaw

Add missing includes in JIT frontend.

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

From-SVN: r232815
parent adba512d
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
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment