Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix build on openindiana.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 26 Sep 2019 14:33:56 +0000 (16:33 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 26 Sep 2019 14:46:20 +0000 (16:46 +0200)
commitd1acb8046fe9ab5e13349d95706efda8c7aa01ff
tree9a99ae46e2ded122ac0168dbe3cfe664e396fa04
parent84f0fd4f321ba3d01daf3a6a64d5826008376548
Fix build on openindiana.

On openindiana, getopt() is declared in <stdio.h>, <stdlib.h>, and <unistd.h>.
Include all of them to avoid build errors when it's #define'd to smpi_getopt.
include/smpi/smpi_helpers_internal.h