blob: 264bd95ad764216d5527be34c7ffc748eb441216 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- STUBS/mpi.c.orig 2018-11-12 01:31:19 UTC
+++ STUBS/mpi.c
@@ -20,7 +20,7 @@
#include <stdio.h>
#include <stdint.h>
#include <sys/time.h>
-#include <mpi.h>
+#include "mpi.h"
/* data structure for double/int */
|