From 2e75d2321ff28dd07d643fd3fdc0596e2a2d6c1d Mon Sep 17 00:00:00 2001 From: Raja Date: Mon, 27 Nov 2017 22:01:33 -0500 Subject: [PATCH] Add string.h to gamma.c --- tests/gamma.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gamma.c b/tests/gamma.c index c692cf9ac..fbd37622e 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) {