Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix #include
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 19 Jan 2016 14:07:18 +0000 (15:07 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 19 Jan 2016 14:07:18 +0000 (15:07 +0100)
examples/msg/energy/consumption/energy_consumption.c
examples/msg/sendrecv/sendrecv.c

index d523bbc..4203820 100644 (file)
@@ -4,7 +4,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. */
 
-#include<stdio.h>
+#include <stdio.h>
 
 #include "simgrid/msg.h"
 #include "xbt/sysdep.h"         /* calloc */
index d889a34..63b14f7 100644 (file)
@@ -4,7 +4,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. */
 
-#include<stdio.h>
+#include <stdio.h>
 
 #include "simgrid/msg.h"            /* Yeah! If you want to use msg, you need to include simgrid/msg.h */
 #include "xbt/sysdep.h"         /* calloc */