Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[java] Remove org.simgrid.msg.Process to xbt_main_func_t cast hack
[simgrid.git] / src / mc / mc_protocol.cpp
index e56e121..ce70fab 100644 (file)
@@ -6,14 +6,15 @@
 
 #include <errno.h>
 #include <string.h>
+#include <stdio.h> // perror
 
 #include <sys/types.h>
 #include <sys/socket.h>
 
 #include <xbt/log.h>
 
-#include "mc_protocol.h"
-#include "mc_client.h"
+#include "src/mc/mc_protocol.h"
+#include "src/mc/mc_client.h"
 
 extern "C" {