Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix an #include
[simgrid.git] / 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 */