chiark / gitweb /
util: move virtualization detection into its own files, and extend return codes
[elogind.git] / src / vconsole-setup.c
index 4347a2078f64b6aa55302185b16131bcf9bf2fca..8a89358a2d76157dd362750567c47970475606c2 100644 (file)
@@ -39,6 +39,7 @@
 #include "util.h"
 #include "log.h"
 #include "macro.h"
+#include "virt.h"
 
 static bool is_vconsole(int fd) {
         unsigned char data[1];