From: mquinson Date: Thu, 22 Mar 2007 16:08:54 +0000 (+0000) Subject: declaration of toupper X-Git-Tag: v3.3~2022 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f08a5b3c82ad8d1b8c2176eaf66c65992fa8f402?hp=582124da6820f81abe11868871ad52e43639da07 declaration of toupper git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3338 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/surf/surf.c b/src/surf/surf.c index c07e0e5f96..6bc08c2baf 100644 --- a/src/surf/surf.c +++ b/src/surf/surf.c @@ -5,6 +5,8 @@ /* 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 + #include "surf_private.h" #include "xbt/module.h"