chore: Mask all includes if USE_MEM_VM not defined

main
Sean McBride 4 years ago
parent af638e53f6
commit c81ca379fa

@ -1,11 +1,11 @@
#ifdef USE_MEM_VM
#include "current_sandbox.h"
#include "panic.h"
#include "runtime.h"
#include "sandbox.h"
#include "types.h"
#ifdef USE_MEM_VM
#include <sys/mman.h>
#define MAX_LINEAR_MEM ((1LL << 32) + WASM_PAGE_SIZE)

Loading…
Cancel
Save