From: mquinson Date: Fri, 26 Jun 2009 22:01:10 +0000 (+0000) Subject: Yet another missing 'extern' making the mac linker crazy X-Git-Tag: SVN~1261 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/88a0557c4211e597c27016d0158ae3e8e780681b?ds=inline Yet another missing 'extern' making the mac linker crazy git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6379 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index 139403c607..2c53b22bfe 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -16,7 +16,7 @@ #include "surf/random_mgr.h" #define NO_MAX_DURATION -1.0 -double sg_tcp_gamma; +extern double sg_tcp_gamma; extern const char *surf_action_state_names[6];