tests/pthread_barrier: Add missing inttypes.h include

This commit is contained in:
Joakim Gebart 2015-07-06 18:07:47 +02:00
parent 86389fcadb
commit 1e4a09cae8
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
*/
#include <stdio.h>
#include <inttypes.h>
#include "pthread.h"
#include "random.h"