From 390a66d2e74927a0bbaf708bcf7a7bc49a731369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Tue, 28 Nov 2017 14:20:54 +0100 Subject: [PATCH] Fix missing header in gamma test --- tests/gamma.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gamma.c b/tests/gamma.c index c692cf9a..fbd37622 100644 --- a/tests/gamma.c +++ b/tests/gamma.c @@ -46,6 +46,7 @@ #include #include +#include static void error_callback(int error, const char* description) {