aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/BunJSCModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js/bindings/BunJSCModule.h')
-rw-r--r--src/bun.js/bindings/BunJSCModule.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bun.js/bindings/BunJSCModule.h b/src/bun.js/bindings/BunJSCModule.h
index 7df47a566..d2ddcf6a7 100644
--- a/src/bun.js/bindings/BunJSCModule.h
+++ b/src/bun.js/bindings/BunJSCModule.h
@@ -1,4 +1,7 @@
+#pragma once
+
#include "root.h"
#include "JavaScriptCore/JSObject.h"
-JSC::JSObject* createJSCModule(JSC::JSGlobalObject* globalObject); \ No newline at end of file
+JSC::JSObject* createJSCModule(JSC::JSGlobalObject* globalObject);
+JSC::Structure* createMemoryFootprintStructure(JSC::VM& vm, JSC::JSGlobalObject* globalObject); \ No newline at end of file