diff options
Diffstat (limited to 'net/vde.c')
| -rw-r--r-- | net/vde.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vde.c b/net/vde.c index 4475d929e6..973faf5090 100644 --- a/net/vde.c +++ b/net/vde.c @@ -21,7 +21,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include "config-host.h" +#include "qemu/osdep.h" #include <libvdeplug.h> |