Replace alloca.h with stdlib.h; the former doesn't exist on FreeBSD.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <alloca.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <CUnit/CUnit.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user