| Submitter | Eduardo Habkost |
|---|---|
| Date | Nov. 22, 2012, 5:27 p.m. |
| Message ID | <1353605251-22218-6-git-send-email-ehabkost@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/201096/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/qga/channel-posix.c b/qga/channel-posix.c index d152827..769a559 100644 --- a/qga/channel-posix.c +++ b/qga/channel-posix.c @@ -1,5 +1,10 @@ #include <glib.h> #include <termios.h> +#include <errno.h> +#include <unistd.h> +#include <fcntl.h> +#include <stdlib.h> +#include "osdep.h" #include "qemu_socket.h" #include "qga/channel.h"