summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-09-04 06:54:38 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-09-04 06:54:38 -0700
commit1e39fffe8e7c307bdaacf575e7b9eab81e6f2ce9 (patch)
tree6b56204b41d7d4d4da188f8f52fc35557931aeb6 /lib.h
parentaed0604dd26297d0540dc0477b96e0ca0e0b2312 (diff)
downloadtxr-1e39fffe8e7c307bdaacf575e7b9eab81e6f2ce9.tar.gz
txr-1e39fffe8e7c307bdaacf575e7b9eab81e6f2ce9.tar.bz2
txr-1e39fffe8e7c307bdaacf575e7b9eab81e6f2ce9.zip
No need to point the compiler into the mpi directory.
* Makefile (CFLAGS): Remove -iquote $(top_srcdir)mpi * lib.h: include "mpi/mpi.h" instead of "mpi.h".
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index 86c3bf1d..38505cac 100644
--- a/lib.h
+++ b/lib.h
@@ -24,7 +24,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "mpi.h"
+#include "mpi/mpi.h"
typedef int_ptr_t cnum;