Commit e6cf455b authored by R. Tyler Croy's avatar R. Tyler Croy
Browse files

Include stdlib.h in async.c for free(3), realloc(3) and strtol(3) support

parent b3290392
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
*/ */
#include "fmacros.h" #include "fmacros.h"
#include <stdlib.h>
#include <string.h> #include <string.h>
#include <strings.h> #include <strings.h>
#include <assert.h> #include <assert.h>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment