mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
deno2/main: add missing #include
This commit is contained in:
parent
7d9a43638a
commit
36f657c0d2
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
// All rights reserved. MIT License.
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "include/deno.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue