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

Joel Sherrill joel at rtems.org
Wed Apr 26 01:10:24 UTC 2017


Module:    rtems
Branch:    master
Commit:    b73b9522d633a9051dea64cd24a879dc19a64ca8
Changeset: http://git.rtems.org/rtems/commit/?id=b73b9522d633a9051dea64cd24a879dc19a64ca8

Author:    Joel Sherrill <joel at rtems.org>
Date:      Tue Apr 25 22:11:55 2017 -0500

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

---

 testsuites/libtests/block08/bdbuf_tests.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuites/libtests/block08/bdbuf_tests.c b/testsuites/libtests/block08/bdbuf_tests.c
index 8ad4d25..c918d93 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"
 
 




More information about the vc mailing list