X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7b6fee9e7c5b977e255a29a4039b4e2307a8bc7d..1a8827364b0c5218665c438e25e746ecb3a5c152:/include/simgrid_config.h.in diff --git a/include/simgrid_config.h.in b/include/simgrid_config.h.in index b4267e11e4..ca6c5502e8 100644 --- a/include/simgrid_config.h.in +++ b/include/simgrid_config.h.in @@ -23,6 +23,7 @@ /* Use that config to declare missing elements */ #ifdef SIMGRID_NEED_GETLINE #include /* size_t */ +#include /* FILE* */ XBT_PUBLIC(long) getline(char **lineptr, size_t * n, FILE * stream); #else #define _GNU_SOURCE