]> AND Public Git Repository - simgrid.git/blobdiff - src/msg/msg_actions.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Small fixes in type names.
[simgrid.git] / src / msg / msg_actions.c
index 75ea78e8d8a11a4a5c2edf8203dabb24bcd6efe0..9b5fe1605c59fb8e6aee4c16d9d1b154b6946a5f 100644 (file)
@@ -1,16 +1,16 @@
-/* Copyright (c) 2009, 2010. The SimGrid Team.
+/* Copyright (c) 2009-2013. The SimGrid Team.
  * 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. */
 
-#include "simgrid_config.h" //For getline, keep that include first
-
 #include "msg_private.h"
 #include "xbt/str.h"
 #include "xbt/dynar.h"
 #include "xbt/replay.h"
 
+#include <errno.h>
+
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_action, msg,
                                 "MSG actions for trace driven simulation");