diff options
Diffstat (limited to 'build.rs')
-rw-r--r-- | build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ use std::env; -use std::path::Path; use std::io::Write; +use std::path::Path; fn main() { // Generate KVM constants from the system header <linux/kvm.h>. |