aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-04-28 15:55:41 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-04-28 15:55:41 +0000
commitdeeee3876ca93072623d5c4997144bb7bbf38c9d (patch)
tree7e49dd9a9f1bcf393859b3a8ba8393c6bff07222 /src
parentf93fea70b8018262f5142f2ed57ab90356acd372 (diff)
downloadgnunet-deeee3876ca93072623d5c4997144bb7bbf38c9d.tar.gz
gnunet-deeee3876ca93072623d5c4997144bb7bbf38c9d.zip
Diffstat (limited to 'src')
-rw-r--r--src/transport/test_transport_ats_perf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/test_transport_ats_perf.c b/src/transport/test_transport_ats_perf.c
index 0b0c3634e..34b01c331 100644
--- a/src/transport/test_transport_ats_perf.c
+++ b/src/transport/test_transport_ats_perf.c
@@ -24,7 +24,9 @@
24#include "platform.h" 24#include "platform.h"
25#include "gnunet_time_lib.h" 25#include "gnunet_time_lib.h"
26#include "gauger.h" 26#include "gauger.h"
27#if HAVE_LIBGLPK
27#include <glpk.h> 28#include <glpk.h>
29#endif
28 30
29#define VERBOSE GNUNET_YES 31#define VERBOSE GNUNET_YES
30 32