summaryrefslogtreecommitdiff
path: root/src/deno.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/deno.h')
-rw-r--r--src/deno.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/deno.h b/src/deno.h
index cd9ade42f..605a76456 100644
--- a/src/deno.h
+++ b/src/deno.h
@@ -2,6 +2,7 @@
// All rights reserved. MIT License.
#ifndef DENO_H_
#define DENO_H_
+#include <stddef.h>
// Neither Rust nor Go support calling directly into C++ functions, therefore
// the public interface to libdeno is done in C.
#ifdef __cplusplus