Skip to content

Commit 2f0eb7a

Browse files
committed
add rust_util.h header file
1 parent d4410a9 commit 2f0eb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/rust_log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <stdarg.h>
88
#include <stdlib.h>
99
#include <string.h>
10-
10+
#include "rust_util.h"
1111

1212
/**
1313
* Synchronizes access to the underlying logging mechanism.

0 commit comments

Comments
 (0)