diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-05-14 09:43:42 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-05-14 09:43:42 +0200 |
commit | 4dd64902cc41ecf28cac0053063d8cbd4c83562d (patch) | |
tree | 39b116f37c2724b2a96fc804605ca9bc71d340a3 /vconsole.h | |
parent | 84c14fd2ab1fcc94ae2fccbf0deadb2c2e4f2711 (diff) | |
download | vconsole-4dd64902cc41ecf28cac0053063d8cbd4c83562d.tar.gz |
add run-and-show-virt-viewer button
Diffstat (limited to 'vconsole.h')
-rw-r--r-- | vconsole.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #include <stdio.h> #include <stdlib.h> +#include <stdbool.h> #include <unistd.h> #include <string.h> #include <errno.h> |