Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix an #include
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 11 Jan 2016 11:55:40 +0000 (12:55 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 11 Jan 2016 11:55:40 +0000 (12:55 +0100)
examples/msg/energy/vm/energy_vm.c

index ee2b7fe..d4aefc4 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 */