pkg (headers): add alloca.h for LOCAL_COPY() macro

pull/29/head
William Pitcock 2012-05-09 15:46:36 -05:00
parent b408a62059
commit 9775fe8c66
1 changed files with 1 additions and 0 deletions

1
pkg.h
View File

@ -32,6 +32,7 @@
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
#include <alloca.h>
#ifndef BUFSIZ
#define BUFSIZ 65535