diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-06 15:00:45 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-06 17:33:06 -0400 |
commit | d9cb093989263b7e57a43d9ef18d88da7a77a784 (patch) | |
tree | fe2b5eafadbdbe4c4c7bd27c26a8c73c5b0173b3 /src/deno.h | |
parent | fe404dfce901356dc7a5d38ba70029c72a946f27 (diff) |
Run tools/format.sh
Diffstat (limited to 'src/deno.h')
-rw-r--r-- | src/deno.h | 1 |
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 |