Browse Source

fix build

Samuel Thibault 11 years ago
parent
commit
298986d64b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mpi/examples/mpi_lu/plu_outofcore_example.c

+ 1 - 0
mpi/examples/mpi_lu/plu_outofcore_example.c

@@ -17,6 +17,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <unistd.h>
 #include <string.h>
 #include <time.h>
 #include <math.h>