X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/342fcbf918c2e2e7d1a9e149722362b518d0ba9b..1a8827364b0c5218665c438e25e746ecb3a5c152:/include/simgrid_config.h.in diff --git a/include/simgrid_config.h.in b/include/simgrid_config.h.in index 69df80b9b6..ca6c5502e8 100644 --- a/include/simgrid_config.h.in +++ b/include/simgrid_config.h.in @@ -22,6 +22,8 @@ /* 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