diff options
-rw-r--r-- | src/transport/gnunet-service-transport.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c index 58eec5fe4a..48dd55de1c 100644 --- a/src/transport/gnunet-service-transport.c +++ b/src/transport/gnunet-service-transport.c @@ -985,8 +985,9 @@ struct ATS_info GNUNET_SCHEDULER_TaskIdentifier ats_task; struct ATS_result res; - +#if HAVE_LIBGLPK glp_prob *prob; +#endif }; @@ -5874,7 +5875,7 @@ return cont; } #endif -static void ats_solve_problem (unsigned int max_it, unsigned int max_dur, unsigned int c_peers, unsigned int c_mechs, struct ATS_result *res) +static void ats_solve_problem (unsigned int max_it, unsigned int max_dur, unsigned int c_peers, unsigned int c_mechs, struct ATS_result *res) { int result; int solution; |