From e6cf455be504eead9dd8670041ff4e3765b4808f Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Thu, 7 Jul 2011 14:22:26 -0700 Subject: Include stdlib.h in async.c for free(3), realloc(3) and strtol(3) support --- async.c | 1 + 1 file changed, 1 insertion(+) diff --git a/async.c b/async.c index b293ecd..f83e2f5 100644 --- a/async.c +++ b/async.c @@ -30,6 +30,7 @@ */ #include "fmacros.h" +#include #include #include #include -- cgit v1.2.3