X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b0cb1eb2891892c2540d9169772498559d8033ba..2b4f2809ce5c54961bcae43131fcab00dd161a3d:/include/smpi/smpi_helpers_internal.h diff --git a/include/smpi/smpi_helpers_internal.h b/include/smpi/smpi_helpers_internal.h index 0c78541146..8977aa2d08 100644 --- a/include/smpi/smpi_helpers_internal.h +++ b/include/smpi/smpi_helpers_internal.h @@ -6,6 +6,7 @@ #ifndef SMPI_HELPERS_INTERNAL_H #define SMPI_HELPERS_INTERNAL_H +#include #include #include @@ -25,7 +26,6 @@ int smpi_clock_gettime(clockid_t clk_id, struct timespec* tp); unsigned int smpi_sleep(unsigned int secs); int smpi_gettimeofday(struct timeval* tv, struct timezone* tz); -struct option; int smpi_getopt_long_only(int argc, char* const* argv, const char* options, const struct option* long_options, int* opt_index); int smpi_getopt_long(int argc, char* const* argv, const char* options, const struct option* long_options,