summaryrefslogtreecommitdiff
path: root/testsuites/libtests
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 /testsuites/libtests
parent9e6ef361cf347c6610d24ecabe8943cb01da6e9a (diff)
block08/bdbuf_tests.c: Add include of <rtems/inttypes.h>
Diffstat (limited to 'testsuites/libtests')
-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"