FreeBSD build fix.

This commit is contained in:
Gunnar Beutner 2013-10-21 09:46:27 +02:00
parent 2beb4e0022
commit 3ca52a6cef
1 changed files with 2 additions and 0 deletions

View File

@ -17,7 +17,9 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */ 02111-1307 USA. */
#ifdef __linux__
#include <alloca.h> #include <alloca.h>
#endif /* __linux */
#include <unistd.h> #include <unistd.h>
#include <stdarg.h> #include <stdarg.h>
#include <stdbool.h> #include <stdbool.h>