From patchwork Thu Oct 8 18:53:59 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Glauber Costa X-Patchwork-Id: 52558 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n98IvHOn017779 for ; Thu, 8 Oct 2009 18:57:17 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759516AbZJHSy2 (ORCPT ); Thu, 8 Oct 2009 14:54:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759509AbZJHSy2 (ORCPT ); Thu, 8 Oct 2009 14:54:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57959 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759451AbZJHSy1 (ORCPT ); Thu, 8 Oct 2009 14:54:27 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n98Is1Zv026793 for ; Thu, 8 Oct 2009 14:54:01 -0400 Received: from localhost.localdomain (vpn-13-5.rdu.redhat.com [10.11.13.5]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n98Irx2w007114; Thu, 8 Oct 2009 14:54:00 -0400 From: Glauber Costa To: kvm@vger.kernel.org Cc: avi@redhat.com Subject: [PATCH] include stdlib.h in qemu-kvm.h Date: Thu, 8 Oct 2009 15:53:59 -0300 Message-Id: <1255028039-27725-1-git-send-email-glommer@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.17 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org diff --git a/qemu-kvm.h b/qemu-kvm.h index 4a86d19..98fbbdf 100644 --- a/qemu-kvm.h +++ b/qemu-kvm.h @@ -13,6 +13,7 @@ #endif #include +#include #ifdef CONFIG_KVM