From 5f1acbf1f63cdc4d9d6221093e5dc00a03abc135 Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 23 Mar 2007 22:06:07 +0000 Subject: [PATCH] Load portable ASAP so that stdio do contain getline git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3352 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- tools/tesh/tesh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tesh/tesh.c b/tools/tesh/tesh.c index 6cbcea47a3..9496a89607 100644 --- a/tools/tesh/tesh.c +++ b/tools/tesh/tesh.c @@ -13,10 +13,10 @@ #pragma hdrstop #endif +#include "portable.h" #include "xbt/sysdep.h" #include "xbt/function_types.h" #include "xbt/log.h" -#include "portable.h" #include #include -- 2.20.1