| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Jan. 11, 2013, 9:18 a.m. |
| Message ID | <1357895886-14283-4-git-send-email-stefanha@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/211269/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/qga/channel-posix.c b/qga/channel-posix.c index d4fd628..ca9e4aa 100644 --- a/qga/channel-posix.c +++ b/qga/channel-posix.c @@ -4,6 +4,7 @@ #include <unistd.h> #include <fcntl.h> #include <stdlib.h> +#include <string.h> #include "qemu/osdep.h" #include "qemu/sockets.h" #include "qga/channel.h"