From patchwork Sun Sep 22 13:37:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 276977 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 1829F2C00B1 for ; Sun, 22 Sep 2013 23:36:05 +1000 (EST) Received: from localhost ([::1]:35322 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNjpS-0002fX-Ua for incoming@patchwork.ozlabs.org; Sun, 22 Sep 2013 09:36:02 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNjoT-000244-PZ for qemu-devel@nongnu.org; Sun, 22 Sep 2013 09:35:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNjoN-0003C3-0x for qemu-devel@nongnu.org; Sun, 22 Sep 2013 09:35:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNjoM-0003Bt-P1 for qemu-devel@nongnu.org; Sun, 22 Sep 2013 09:34:54 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8MDYrol028712 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 22 Sep 2013 09:34:53 -0400 Received: from redhat.com (vpn1-6-218.ams2.redhat.com [10.36.6.218]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id r8MDYpp6031681; Sun, 22 Sep 2013 09:34:52 -0400 Date: Sun, 22 Sep 2013 16:37:09 +0300 From: "Michael S. Tsirkin" To: qemu-devel@nongnu.org Message-ID: <1379857006-17451-3-git-send-email-mst@redhat.com> References: <1379857006-17451-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1379857006-17451-1-git-send-email-mst@redhat.com> X-Mutt-Fcc: =sent X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: afaerber@suse.de, Anthony Liguori Subject: [Qemu-devel] [PATCH v4 02/23] qom: pull in qemu/typedefs X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org As usual so we can use typedefs without header dependencies. Signed-off-by: Michael S. Tsirkin --- include/qom/object.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/qom/object.h b/include/qom/object.h index 1a7b71a..5b3b743 100644 --- a/include/qom/object.h +++ b/include/qom/object.h @@ -17,6 +17,7 @@ #include #include #include +#include "qemu/typedefs.h" #include "qemu/queue.h" struct Visitor;