Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix missing include
authordegomme <adegomme@users.noreply.github.com>
Mon, 18 Jun 2018 13:57:47 +0000 (15:57 +0200)
committerdegomme <adegomme@users.noreply.github.com>
Mon, 18 Jun 2018 13:57:47 +0000 (15:57 +0200)
src/smpi/include/private.hpp

index 358fda0..cd267eb 100644 (file)
@@ -419,6 +419,7 @@ XBT_PUBLIC int smpi_gettimeofday(struct timeval* tv, struct timezone* tz);
 
 
 struct option;
+XBT_PUBLIC int smpi_getopt_long_only (int argc,  char *const *argv,  const char *options,  const struct option *long_options, int *opt_index);
 XBT_PUBLIC int smpi_getopt_long (int argc,  char *const *argv,  const char *options,  const struct option *long_options, int *opt_index);
 XBT_PUBLIC int smpi_getopt (int argc,  char *const *argv,  const char *options);