Skip to content

Commit 6ae98bb

Browse files
committed
Fixed temporarily byterun
1 parent b4a1ed5 commit 6ae98bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

byterun/byterun.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <stdio.h>
55
#include <errno.h>
66
#include <stdlib.h>
7-
#include "../runtime/runtime.h"
7+
#include "../runtime32/runtime.h"
88

99
void *__start_custom_data;
1010
void *__stop_custom_data;

0 commit comments

Comments
 (0)