summaryrefslogtreecommitdiff
path: root/src/deno.h
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-06 15:00:45 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-07-06 17:33:06 -0400
commitd9cb093989263b7e57a43d9ef18d88da7a77a784 (patch)
treefe2b5eafadbdbe4c4c7bd27c26a8c73c5b0173b3 /src/deno.h
parentfe404dfce901356dc7a5d38ba70029c72a946f27 (diff)
Run tools/format.sh
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