mirror of
https://github.com/denoland/deno.git
synced 2025-01-22 06:09:25 -05:00
Fix msg.pb.h path
This commit is contained in:
parent
2060bc939d
commit
29ba462e7d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue