Browse Source

mpi/tests/attr.c: fix missing include

Alexandre Denis 8 years ago
parent
commit
171b6a04b5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mpi/tests/attr.c

+ 1 - 0
mpi/tests/attr.c

@@ -16,6 +16,7 @@
 
 #include <starpu_mpi.h>
 #include "helper.h"
+#include <inttypes.h>
 
 int main(int argc, char **argv)
 {