Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Search msg.h at the right location
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 31 Dec 2004 17:05:47 +0000 (17:05 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 31 Dec 2004 17:05:47 +0000 (17:05 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@724 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/gras/Transport/sg_transport.c
src/gras/Transport/transport_plugin_sg.c
src/gras/Virtu/virtu_sg.h

index ce7d136..279642c 100644 (file)
@@ -8,7 +8,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "gras/Transport/transport_private.h"
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "gras/Transport/transport_private.h"
-#include <msg.h>
+#include "msg/msg.h"
 #include "gras/Virtu/virtu_sg.h"
 
 XBT_LOG_EXTERNAL_CATEGORY(transport);
 #include "gras/Virtu/virtu_sg.h"
 
 XBT_LOG_EXTERNAL_CATEGORY(transport);
index 2472072..e849299 100644 (file)
@@ -11,7 +11,7 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include <msg.h>
+#include "msg/msg.h"
 
 #include "transport_private.h"
 #include "gras/Virtu/virtu_sg.h"
 
 #include "transport_private.h"
 #include "gras/Virtu/virtu_sg.h"
index f9b9416..53c0bd1 100644 (file)
@@ -11,7 +11,7 @@
 #define VIRTU_SG_H
 
 #include "gras/Virtu/virtu_interface.h"
 #define VIRTU_SG_H
 
 #include "gras/Virtu/virtu_interface.h"
-#include <msg.h> /* SimGrid header */
+#include "msg/msg.h" /* SimGrid header */
 
 #define XBT_MAX_CHANNEL 10
 
 
 #define XBT_MAX_CHANNEL 10