summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-04-25 22:11:55 -0500
committerJoel Sherrill <joel@rtems.org>2017-04-25 22:11:55 -0500
commitb73b9522d633a9051dea64cd24a879dc19a64ca8 (patch)
tree231f5e2dc82a94a1866217dba41ef5a76690b7d8
parentrtems/inttypes.h, block08: Add and use PRIdrtems_blkdev_bnum (diff)
downloadrtems-b73b9522d633a9051dea64cd24a879dc19a64ca8.tar.bz2
block08/bdbuf_tests.c: Add include of <rtems/inttypes.h>
-rw-r--r--testsuites/libtests/block08/bdbuf_tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/libtests/block08/bdbuf_tests.c b/testsuites/libtests/block08/bdbuf_tests.c
index 8ad4d259ec..c918d937ba 100644
--- a/testsuites/libtests/block08/bdbuf_tests.c
+++ b/testsuites/libtests/block08/bdbuf_tests.c
@@ -21,6 +21,7 @@
#include <rtems/io.h>
#include <rtems/diskdevs.h>
#include <rtems/bdbuf.h>
+#include <rtems/inttypes.h>
#include "bdbuf_tests.h"