| Submitter | Andreas Färber |
|---|---|
| Date | Dec. 6, 2012, 9:06 a.m. |
| Message ID | <1354784817-1340-6-git-send-email-afaerber@suse.de> |
| Download | mbox | patch |
| Permalink | /patch/204195/ |
| 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"