Commit 6bde9749 authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Merge pull request #54 from rtyler/pu

Include stdlib.h in async.c for free(3), realloc(3) and strtol(3) support
parents b3290392 e6cf455b
......@@ -30,6 +30,7 @@
*/
#include "fmacros.h"
#include <stdlib.h>
#include <string.h>
#include <strings.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