Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix HAVE_FOOBAR flags handling
[simgrid.git] / teshsuite / simdag / platforms / Evaluate_parse_time.c
index e635574..f21cb3a 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <stdio.h>
 #include "src/internal_config.h"
-#ifdef HAVE_UNISTD_H
+#if HAVE_UNISTD_H
 #  include <unistd.h>
 #endif