diff options
Diffstat (limited to 'migration/tcp.c')
-rw-r--r-- | migration/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/tcp.c b/migration/tcp.c index ae891728ef..ae80e9443d 100644 --- a/migration/tcp.c +++ b/migration/tcp.c @@ -13,7 +13,7 @@ * GNU GPL, version 2 or (at your option) any later version. */ -#include <string.h> +#include "qemu/osdep.h" #include "qemu-common.h" #include "qemu/error-report.h" |