From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOCUy-0000IN-2C for qemu-devel@nongnu.org; Wed, 18 Feb 2015 16:49:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOCUx-0004ac-Az for qemu-devel@nongnu.org; Wed, 18 Feb 2015 16:49:36 -0500 Received: from mail.kernel.org ([198.145.29.136]:51993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOCUx-0004aS-5o for qemu-devel@nongnu.org; Wed, 18 Feb 2015 16:49:35 -0500 Date: Wed, 18 Feb 2015 22:49:29 +0100 From: "Michael S. Tsirkin" Message-ID: <1424295164-4774-56-git-send-email-mst@redhat.com> References: <1424295164-4774-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424295164-4774-1-git-send-email-mst@redhat.com> Subject: [Qemu-devel] [PULL 55/96] standard-headers: include stdint.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Thomas Huth , dgilbert@redhat.com, Juan Quintela The importing script got it right already, I just forgot to re-run it. Reported-by: Thomas Huth Signed-off-by: Michael S. Tsirkin --- include/standard-headers/linux/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/standard-headers/linux/types.h b/include/standard-headers/linux/types.h index 7d42ac6..0526c2b 100644 --- a/include/standard-headers/linux/types.h +++ b/include/standard-headers/linux/types.h @@ -1,2 +1,2 @@ -#include +#include #include "qemu/compiler.h" -- MST