block08/bdbuf_tests.c: Add include of <rtems/inttypes.h>

This commit is contained in:
Joel Sherrill
2017-04-25 22:11:55 -05:00
parent 9e6ef361cf
commit b73b9522d6

View File

@@ -21,6 +21,7 @@
#include <rtems/io.h>
#include <rtems/diskdevs.h>
#include <rtems/bdbuf.h>
#include <rtems/inttypes.h>
#include "bdbuf_tests.h"