diff options
Diffstat (limited to 'ffi.c')
-rw-r--r-- | ffi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ #if HAVE_SYS_TYPES_H #include <sys/types.h> #endif -#include ALLOCA_H +#include "alloca.h" #include "lib.h" #include "stream.h" #include "gc.h" |