Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reindent
[simgrid.git] / include / simgrid_config.h.in
index 18e01d0..ca6c550 100644 (file)
 
 /* 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
+#include <stdio.h>
 #endif