diff options
author | Juan Quintela <quintela@redhat.com> | 2017-04-05 15:54:10 +0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2017-06-01 18:49:22 +0200 |
commit | f4dbe1bf346b199b63920992cd8f2ab97ef161a1 (patch) | |
tree | ab1fe711abe4dea8cfb3f30ce98f846a5048779b /migration/exec.c | |
parent | 08a0aee15cba50bd082770b7596e75023163fe87 (diff) |
migration: Export exec.c functions in its own file
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'migration/exec.c')
-rw-r--r-- | migration/exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/migration/exec.c b/migration/exec.c index 57a93355d1..9077024286 100644 --- a/migration/exec.c +++ b/migration/exec.c @@ -21,6 +21,7 @@ #include "qapi/error.h" #include "qemu-common.h" #include "channel.h" +#include "exec.h" #include "migration/migration.h" #include "io/channel-command.h" #include "trace.h" |