From c22bd7393a399325ce811b667d87590834ccbdc0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 23 Jan 2012 10:32:01 +0000 Subject: [PATCH] benchmarks: add missing include --- tests/benchmarks/controller.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/benchmarks/controller.c b/tests/benchmarks/controller.c index abaf378e11..dc7e5fa6e7 100644 --- a/tests/benchmarks/controller.c +++ b/tests/benchmarks/controller.c @@ -23,6 +23,7 @@ #include #include +#include /* a song in buzztard can easily reach 30000 here */ #define NUM_CP 15000 -- 2.34.1