1
0
Fork 0
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:
Bert Belder 2018-06-12 17:38:47 +02:00 committed by Ryan Dahl
parent 7d9a43638a
commit 36f657c0d2

View file

@ -2,6 +2,7 @@
// All rights reserved. MIT License.
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include "include/deno.h"