1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 21:50:00 -05:00

Fix msg.pb.h path

This commit is contained in:
Bert Belder 2018-07-04 19:06:50 +02:00
parent 2060bc939d
commit 29ba462e7d

View file

@ -10,8 +10,8 @@
#include <unistd.h>
#endif
#include "./msg.pb.h"
#include "include/deno.h"
#include "src/msg.pb.h"
#include "third_party/v8/src/base/logging.h"
static char** global_argv;