Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid segfault or infinite loop when calling this function from somewhere else than...
[simgrid.git] / src / gras / Virtu / rl_conditional.c
index c364faf..48e3780 100644 (file)
@@ -2,13 +2,13 @@
 
 /* rl_conditional - conditional execution (real life)                       */
 
-/* Authors: Martin Quinson                                                  */
-/* Copyright (C) 2003,2004 da GRAS posse.                                   */
+/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
 
 /* 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. */
* under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "Virtu/virtu_rl.h"
+#include "gras/cond.h"
+#include "gras/Virtu/virtu_rl.h"
 
 int gras_if_RL(void) {
    return 1;