Skip to content

Commit b94964e

Browse files
committed
os: use #insert
1 parent 184883b commit b94964e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vlib/os/os_nix.c.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module os
77
#include <sys/types.h>
88
#include <sys/statvfs.h>
99
#include <utime.h>
10-
#include "@VEXEROOT/vlib/os/execute_capture_nix.h"
10+
#insert "@VEXEROOT/vlib/os/execute_capture_nix.h"
1111

1212
// path_separator is the platform specific separator string, used between the folders and filenames in a path. It is '/' on POSIX, and '\\' on Windows.
1313
pub const path_separator = '/'

0 commit comments

Comments
 (0)