From f08a5b3c82ad8d1b8c2176eaf66c65992fa8f402 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 22 Mar 2007 16:08:54 +0000 Subject: [PATCH] declaration of toupper git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3338 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/surf/surf.c | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.20.1