Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Be more explicit
[simgrid.git] / include / smpi / smpi_helpers_internal.h
index 6c226fb..57490ce 100644 (file)
@@ -7,8 +7,8 @@
 #define SMPI_HELPERS_INTERNAL_H
 
 #include <getopt.h>
-#include <stdio.h>  /* for getopt(), don't remove */
-#include <stdlib.h> /* for getopt(), don't remove */
+#include <stdio.h>  /* for getopt() on OpenIndiana, don't remove */
+#include <stdlib.h> /* for getopt() on OpenIndiana, don't remove */
 #include <unistd.h>
 
 #include <sys/time.h>