Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Somehow integrate ruby to the library. That's ... crude, but I don't feel like changi...
[simgrid.git] / include / simgrid_config.h.in
index b4267e1..ca6c550 100644 (file)
@@ -23,6 +23,7 @@
 /* Use that config to declare missing elements */
 #ifdef SIMGRID_NEED_GETLINE
 #include <stdlib.h> /* size_t */
+#include <stdio.h>  /* FILE*  */
 XBT_PUBLIC(long) getline(char **lineptr, size_t * n, FILE * stream);
 #else
 #define _GNU_SOURCE